uppy/examples/aws-uppy-server
2018-06-18 11:45:40 +02:00
..
.gitignore Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
index.html Fix some example names. 2018-04-09 14:28:23 +02:00
main.js Update require() paths in examples. 2018-06-18 11:45:40 +02:00
package-lock.json Add Google Drive to S3 + uppy-server example 2018-03-15 15:53:47 +01:00
package.json Update require() paths in examples. 2018-06-18 11:45:40 +02:00
readme.md Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
server.js refactor: rename host option to serverUrl 2018-06-14 02:37:59 +01: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