uppy/examples/aws-uppy-server
2017-12-04 15:35:49 +01:00
..
.gitignore Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
aliasify.js Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
index.html Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
main.js Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
package-lock.json Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
package.json Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
readme.md Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +01:00
server.js Add custom AWS key with uppy-server example. 2017-12-04 15:35:49 +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