uppy/examples/aws-companion
2019-04-15 14:56:37 +01:00
..
.gitignore Rename last remnants of uppy-server in examples 2018-08-27 11:26:45 +02:00
index.html More uppy server -> companion renames (#1037) 2018-09-03 14:48:03 +02:00
main.js update docs, tests, and examples with companionUrl rename 2019-04-15 14:56:37 +01:00
package-lock.json Update a bunch of dependencies 2019-04-01 11:20:57 +02:00
package.json Update a bunch of dependencies 2019-04-01 11:20:57 +02:00
readme.md More uppy server -> companion renames (#1037) 2018-09-03 14:48:03 +02:00
server.js More uppy server -> companion renames (#1037) 2018-09-03 14:48:03 +02:00

Uppy + AWS S3 Example

This example uses @uppy/companion with a custom AWS S3 configuration. Files are uploaded to a randomly named directory inside the whatever/ directory in a bucket.

Run it

First set up the COMPANION_AWS_KEY, COMPANION_AWS_SECRET, COMPANION_AWS_REGION, and COMPANION_AWS_BUCKET environment variables for @uppy/companion.

Move into this directory, then:

npm install
npm start