UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

16 lines (10 loc) 422 B
# 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: ```bash npm install npm start ```