Skip to content
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

AwsS3 multipart with custom endpoints doesn't work with files <5 mb #5666

Open
2 tasks done
alv-axs opened this issue Feb 26, 2025 · 1 comment · May be fixed by #5680
Open
2 tasks done

AwsS3 multipart with custom endpoints doesn't work with files <5 mb #5666

alv-axs opened this issue Feb 26, 2025 · 1 comment · May be fixed by #5680
Labels

Comments

@alv-axs
Copy link

alv-axs commented Feb 26, 2025

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

  1. Running a similar setup to this: withCustomEndpoints.html

  2. Setting shouldUseMultipart: true,

  3. Uploading a file > 5 MB - everything works as expected

  4. 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

@qxprakash
Copy link

qxprakash commented Mar 10, 2025

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

I tried reproducing your issue , with your above mentioned steps and the upload was succesful

  1. Client code withCustomEndpoints.html

  2. shouldUseMultipart: true,

  3. Tried uploading Uploading a file < 5 MB

  4. used this server for singing links

here is a video for your reference :

file size was 3.1MB
Using the latest version of uppy

aws_multipart.mp4

let me know if I'm missing anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants