Renée Kooi 4f4a741221 Fix some example names. 7 năm trước cách đây
..
.gitignore 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 năm trước cách đây
aliasify.js 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 năm trước cách đây
index.html 4f4a741221 Fix some example names. 7 năm trước cách đây
main.js efae421b82 Add Google Drive to S3 + uppy-server example 7 năm trước cách đây
package-lock.json efae421b82 Add Google Drive to S3 + uppy-server example 7 năm trước cách đây
package.json efae421b82 Add Google Drive to S3 + uppy-server example 7 năm trước cách đây
readme.md 0fe22b1bf1 Add custom AWS key with uppy-server example. 7 năm trước cách đây
server.js efae421b82 Add Google Drive to S3 + uppy-server example 7 năm trước cách đây

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