uppy/examples
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
..
angular build(deps): bump @angular/compiler from 19.2.17 to 19.2.18 (#6128) 2026-01-12 11:13:45 +01:00
aws-companion @uppy/examples/aws-companion fix typo (#6174) 2026-02-09 13:59:31 +05:30
aws-nodejs implement minimal aws-s3 plugin (#6151) 2026-06-17 13:54:47 +05:30
aws-php build(deps): bump aws/aws-sdk-php from 3.288.1 to 3.368.0 in /examples/aws-php (#6112) 2025-12-22 09:24:41 +01:00
cdn Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
companion-custom-provider build(deps): bump preact from 10.26.9 to 10.26.10 (#6123) 2026-01-08 12:00:59 +01:00
companion-digitalocean-spaces Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
nextjs build(deps): bump next from 15.5.9 to 16.1.5 (#6160) 2026-02-05 15:53:42 +01:00
react Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
reactrouter Fix useless security warnings (#6132) 2026-01-12 11:16:15 +01:00
sveltekit Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
transloadit Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
vue Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
xhr-bundle Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
xhr-node Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
xhr-php Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
xhr-python Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00