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
https://github.com/SimDaeSoo/UppyResumeErrorSample
i'm using custom express upload server for aws s3 multipart upload. this is my sample server & react uppy client repository.
There should be no errors and the file should upload successfully.
file upload resume caused error.
when i'm logging chunks like this code.
some chunk is null like this. I don't know why some of the chunks are null, but they are.
So I want to modify the code to look like this Is it okay if I create a PR?
before
uppy/packages/@uppy/aws-s3-multipart/src/index.js
Line 321 in a93e6cd
after
chunk?.setAsUploaded?.()
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
https://github.com/SimDaeSoo/UppyResumeErrorSample
Steps to reproduce
i'm using custom express upload server for aws s3 multipart upload.
this is my sample server & react uppy client repository.
https://github.com/SimDaeSoo/UppyResumeErrorSample
Expected behavior
There should be no errors and the file should upload successfully.
Actual behavior
file upload resume caused error.
when i'm logging chunks like this code.
some chunk is null like this.
I don't know why some of the chunks are null, but they are.
So I want to modify the code to look like this
Is it okay if I create a PR?
before
uppy/packages/@uppy/aws-s3-multipart/src/index.js
Line 321 in a93e6cd
after
The text was updated successfully, but these errors were encountered: