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
Running a similar setup to this: withCustomEndpoints.html
Setting shouldUseMultipart: true,
Uploading a file > 5 MB - everything works as expected
Uploading a file < 5 MB - upload fails.
It was working correctly in Uppy v2, I recently upgraded to v4 and found this issue.
File uploads successfully
Upload process goes through signing successfully, but fails when actually uploading a file to pre-signed url. Error: Non 2xx
The text was updated successfully, but these errors were encountered:
Hi @alv-axs , thanks for the deatils on the issue , can you please clear the below points on How are you using the aws-s3 plugin
Are you using a server for signing links links ? like this one -- https://github.com/transloadit/uppy/blob/main/examples/aws-nodejs/index.js
Are you using it with Companion ?
Also if you could provide your client code and the above details that would be helpful in reproducing this error
I tried reproducing your issue , with your above mentioned steps and the upload was succesful
Client code withCustomEndpoints.html
shouldUseMultipart: true,
Tried uploading Uploading a file < 5 MB
used this server for singing links
here is a video for your reference :
file size was 3.1MB Using the latest version of uppy
let me know if I'm missing anything.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Initial checklist
Link to runnable example
No response
Steps to reproduce
Running a similar setup to this: withCustomEndpoints.html
Setting shouldUseMultipart: true,
Uploading a file > 5 MB - everything works as expected
Uploading a file < 5 MB - upload fails.
It was working correctly in Uppy v2, I recently upgraded to v4 and found this issue.
Expected behavior
File uploads successfully
Actual behavior
Upload process goes through signing successfully, but fails when actually uploading a file to pre-signed url.
Error: Non 2xx
The text was updated successfully, but these errors were encountered: