Renée Kooi 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
..
.gitignore 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
index.html 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
main.js 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
package-lock.json 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
package.json 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
readme.md 6693cf252a Rename last remnants of uppy-server in examples před 6 roky
server.js 6693cf252a Rename last remnants of uppy-server in examples před 6 roky

readme.md

Uppy + AWS S3 Example

This example uses @uppy/companion 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/companion.

Move into this directory, then:

npm install
npm start