uppy/.github
Prakash af1ce527f5
implement minimal aws-s3 plugin (#6151)
Working :

- Simple uploads (putObject)
- Multipart uploads
- Pause / Resume / Abort , Resume works using listParts as before
- Progress tracking per chunk ( `#onProgress` ) - this is temporary ,
until we implement xhr based progress tracking as - before.

**added new examples to examples/aws-nodejs to test the rewrite , old
examples will eventually be removed**

Not Yet Implemented

- Rate limiting  – Currently uploads are sequential
- Retries
- Remote file uploads – Files from Google Drive, Dropbox, etc.
XHR progress
- full wiring with uppy state ( I saw few state bugs while testing it
manually )

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
2026-06-17 13:54:47 +05:30
..
ISSUE_TEMPLATE docs: use StackBlitz for all examples/issue template (#5125) 2024-04-29 15:24:58 +02:00
workflows implement minimal aws-s3 plugin (#6151) 2026-06-17 13:54:47 +05:30
CONTRIBUTING.md Merge @uppy/status-bar into @uppy/dashboard (#5825) 2025-08-05 13:17:29 +02:00
dependabot.yml meta: add dependabot.yml to keep GHA up-to-date (#5083) 2024-04-15 16:18:26 +02:00