uppy/examples/aws-uppy-server
2018-08-20 15:19:57 +02:00
..
.gitignore Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
index.html Uppy Server → Uppy Companion in some more places 2018-08-20 15:19:57 +02:00
main.js Update require() paths in examples. 2018-06-18 11:45:40 +02:00
package-lock.json examples: Update aws-uppy-server deps. 2018-08-13 12:34:31 +02:00
package.json examples: Update aws-uppy-server deps. 2018-08-13 12:34:31 +02:00
readme.md Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
server.js examples: Fix server.host option 2018-08-16 10:52:22 +02:00

Uppy + AWS S3 Example

This example uses uppy-server 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 UPPYSERVER_AWS_KEY, UPPYSERVER_AWS_SECRET, UPPYSERVER_AWS_REGION, and UPPYSERVER_AWS_BUCKET environment variables for uppy-server.

Move into this directory, then:

npm install
npm start