Renée Kooi 4de10dbb3c examples: Add missing uppy.socket call to S3 example 7 years ago
..
.gitignore 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
aliasify.js 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
index.html 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
main.js 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
package-lock.json 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
package.json 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
readme.md 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 years ago
server.js 4de10dbb3c examples: Add missing uppy.socket call to S3 example 7 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