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

[Bug] - UploadPart max size limit #961

Open
0x180 opened this issue Nov 20, 2024 · 0 comments · May be fixed by #981
Open

[Bug] - UploadPart max size limit #961

0x180 opened this issue Nov 20, 2024 · 0 comments · May be fixed by #981
Labels
bug Something isn't working

Comments

@0x180
Copy link
Contributor

0x180 commented Nov 20, 2024

Describe the bug
If uploading a part with a size greater than 5 GiB, the UploadPart operation should fail.

To Reproduce

aws s3api create-bucket --bucket test

aws s3api create-multipart-upload --bucket test --key obj

// file_1 should be greater than 5Gib
aws s3api upload-part --bucket test --key obj --upload-id <mp_upload_id> --part-number 1 --body file_1

Expected behavior
UploadPart should return the following error:

An error occurred (EntityTooLarge) when calling the UploadPart operation: Your proposed upload exceeds the maximum allowed size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
1 participant