mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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> |
||
|---|---|---|
| .. | ||
| angular | ||
| aws-companion | ||
| aws-nodejs | ||
| aws-php | ||
| cdn | ||
| companion | ||
| companion-custom-provider | ||
| companion-digitalocean-spaces | ||
| nextjs | ||
| react | ||
| reactrouter | ||
| sveltekit | ||
| transloadit | ||
| vue | ||
| xhr-bundle | ||
| xhr-node | ||
| xhr-php | ||
| xhr-python | ||