·
2 commits
to main
since this release
Patch Changes
- d2ea7cf: Enforce
maximumSizeInBytesclient-side for multipart uploads. Bodies with a known size (Blob, File, Buffer) are now checked before the upload starts, avoiding wasted API calls. - 949e994: Fix multipart upload hanging forever on empty streams, and fix
createChunkTransformStreambypassing backpressure by removing incorrectqueueMicrotaskwrapping.