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

Support S3 multipart upload API operation #216

Open
denis-matchenko opened this issue Jul 12, 2023 · 0 comments
Open

Support S3 multipart upload API operation #216

denis-matchenko opened this issue Jul 12, 2023 · 0 comments

Comments

@denis-matchenko
Copy link

denis-matchenko commented Jul 12, 2023

What feature do you want to see added?

We got an error when uploading large cache using S3, this is because of the limit using single PUT request of 5 GB. It would be good to use multipart upload.

com.amazonaws.services.s3.model.AmazonS3Exception: Your proposed upload exceeds the maximum allowed size Service: Amazon S3; Status Code: 400; Error Code: EntityTooLarge;

Upstream changes

No response

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

No branches or pull requests

1 participant