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

fix: Adds the minimum allowed size(5 Mib) check for mp parts sizes in… #1031

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

niksis02
Copy link
Contributor

Fixes #960

In multipart uploads, the size of uploaded parts must be lower than 5 MiB, except for the final part.

This check has been added for the CompleteMultipartUpload operation in the Azure and POSIX backends.

@niksis02 niksis02 force-pushed the fix/complete-mp-parts-sizing branch from a251051 to a4e5752 Compare January 16, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] - CompleteMultipartUpload lower limit of uploading parts size
1 participant