-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 mutipart with limit only uploads to the limit and then hangs #1883
Comments
Hi! We’ve recently released a new version of |
Yes, I am on version 1.3.1. The example that I showed in the description was from the Uppy source which was freshly cloned yesterday afternoon when I was writing up the issue. |
Can confirm the same. Happened to me after upgrading to |
gah, this was supposed to be fixed by #1855. looking... |
#1883 I must've tested with just remote files and missed these missing bits in the local file upload code 😩 Will do a patch release asap when this lands.
Silly mistake, thanks for the report. Gonna get #1887 out in a patch release today. |
Fixed in 1.3.3 |
When using the
limit
option and the S3 multipart plugin, any files after the limit hang indefinitely and don't get uploaded. For example, if I was to set a limit of 5 and upload 7 files, the first 5 would upload fine but the last two would just hang indefinitely.The regular S3 plugin does not have this problem and works just fine.
To reproduce the problem, simply open https://github.com/transloadit/uppy/blob/master/examples/aws-companion/main.js and update the file like so. Then run it and upload more than 5 files to see how the files after 5 hang.
The text was updated successfully, but these errors were encountered: