We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Should check !chunks[0].shouldUseMultipart before deciding to use nonMultipartUpload.
!chunks[0].shouldUseMultipart
https://github.com/transloadit/uppy/blob/main/packages/%40uppy/aws-s3-multipart/src/index.js#L258-L260
nonMultipartUpload is used
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Initial checklist
Link to runnable example
No response
Steps to reproduce
Expected behavior
Should check
!chunks[0].shouldUseMultipart
before deciding to use nonMultipartUpload.https://github.com/transloadit/uppy/blob/main/packages/%40uppy/aws-s3-multipart/src/index.js#L258-L260
Actual behavior
nonMultipartUpload is used
The text was updated successfully, but these errors were encountered: