mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 13:30:31 +00:00
* companion: drop parallel down/upload for S3 multipart We were not ending the `fs-tail-stream` correctly. `fs-tail-stream` is also not a battle-tested package and relying on file watching is never a fun time, so it's better if we can avoid it entirely. One good way to do that is to axe the entire parallel download/upload feature, and instead download files in full before uploading them, like we do for Tus and XHR :) Fixes #1457. * companion: add back the multiple start calls test |
||
|---|---|---|
| .. | ||
| aws-s3 | ||
| aws-s3-multipart | ||
| companion | ||
| companion-client | ||
| core | ||
| dashboard | ||
| drag-drop | ||
| dropbox | ||
| file-input | ||
| form | ||
| golden-retriever | ||
| google-drive | ||
| informer | ||
| locales | ||
| onedrive | ||
| progress-bar | ||
| provider-views | ||
| react | ||
| react-native | ||
| redux-dev-tools | ||
| robodog | ||
| status-bar | ||
| store-default | ||
| store-redux | ||
| thumbnail-generator | ||
| transloadit | ||
| tus | ||
| url | ||
| utils | ||
| webcam | ||
| xhr-upload | ||