uppy/.github/workflows
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
..
bundlers.yml implement minimal aws-s3 plugin (#6151) 2026-06-17 13:54:47 +05:30
ci.yml add s3mini client to @uppy/aws-s3 plugin (#6103) 2026-06-17 13:54:47 +05:30
companion-deploy.yml build(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#6163) 2026-02-02 22:05:54 +08:00
lockfile_check.yml build(deps): bump actions/cache from 4 to 5 (#6108) 2025-12-15 10:24:10 +01:00
manual-cdn.yml build(deps): bump actions/cache from 4 to 5 (#6108) 2025-12-15 10:24:10 +01:00
release.yml fixup! fixup! fixup! Update permissions for release.yml 2026-02-03 10:11:38 +01:00