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 |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/utils
Shared utility functions for Uppy Core and the "official" plugins maintained by the Uppy team.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Installation
Unless you are creating a custom plugin, you should not need to install this manually.
$ npm install @uppy/utils --save