mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 13:00:18 +00:00
* aws-s3: handle actual upload internally instead of deferring to XHRUpload * aws-s3: add a comment explaining the mess * aws-s3: move XHRUpload code into a separate class * utils: support prioritization in rate limiting queue * aws-s3: remove old implementation * core,status-bar: account for pre/postprocessing files in progress calculations * changelog: add entry for this PR * utils: Support cancellation in `RateLimitedQueue#wrapPromiseFunction` * s3: remove preprocessing stage, only use upload-* events * utils: remove console.log * aws-s3: comment out duplicate `upload-started` * xhr-upload: reorder `ProgressTimeout` creation for readability * aws-s3: apply |
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| _common.scss | ||
| _utils.scss | ||
| _variables.scss | ||
| index.js | ||
| index.test.js | ||
| loggers.js | ||
| Plugin.js | ||
| Plugin.test.js | ||
| style.scss | ||
| supportsUploadProgress.js | ||
| supportsUploadProgress.test.js | ||