Renée Kooi a4822ee90d Update require() paths in examples. 6 years ago
..
.gitignore 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
index.html 4f4a741221 Fix some example names. 7 years ago
main.js a4822ee90d Update require() paths in examples. 6 years ago
package-lock.json efae421b82 Add Google Drive to S3 + uppy-server example 7 years ago
package.json a4822ee90d Update require() paths in examples. 6 years ago
readme.md 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
server.js c48c8fcb70 refactor: rename host option to serverUrl 6 years ago

readme.md

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