uppy/examples/aws-companion
2026-06-20 01:37:42 +05:30
..
.gitignore example: fix aws-companion example (#3850) 2022-08-03 16:07:51 +02:00
index.html @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
main.js @uppy/aws-s3: remote uploads and golden retriever (#6186) 2026-06-17 13:54:48 +05:30
package.json @uppy: upgrade dev deps (#6315) 2026-06-02 10:48:58 +08:00
README.md meta: enable prettier for markdown (#5133) 2024-05-02 11:35:55 +02:00
server.cjs @uppy/examples: update examples after recent breaking changes (#6299) 2026-05-18 21:03:42 +05:30

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 COMPANION_AWS_KEY, COMPANION_AWS_SECRET, COMPANION_AWS_REGION, and COMPANION_AWS_BUCKET environment variables for @uppy/companion in a .env file. You may find useful to first copy the .env.example file:

[ -f .env ] || cp .env.example .env

To run this example, from the repository root, run:

corepack yarn install
corepack yarn workspace @uppy-example/aws-companion start