You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uppy started the first 2 of the 5 uploads (createMultipartUpload was called twice).
Suddenly, I clicked the cancel button ("X") on one of the other 3 uploads that had not started, yet. abortMultipartUpload was called with uploadId === null. My code did not expect that and crashed.
Is this the expected behavior or is this a bug?
The text was updated successfully, but these errors were encountered:
mattes3
changed the title
AwsS3Multipart plugin cancels upload with uploadId === null
AwsS3Multipart plugin cancels upload with uploadId===null
Nov 10, 2018
* aws-s3-multipart: prevent deadlock in rate limit queue
* utils: fix RateLimitedQueue thrashing when aborting all items
* aws-s3-multipart: only send abort request if upload was already created, fixes#1146
I have started an upload of five big files (about 260 MB each). I have passed an options object to the plug-in like this:
Uppy started the first 2 of the 5 uploads (
createMultipartUpload
was called twice).Suddenly, I clicked the cancel button ("X") on one of the other 3 uploads that had not started, yet.
abortMultipartUpload
was called withuploadId === null
. My code did not expect that and crashed.Is this the expected behavior or is this a bug?
The text was updated successfully, but these errors were encountered: