Skip to content

feat(services/s3): Add ACL on multipart upload#7255

Merged
Xuanwo merged 1 commit intoapache:mainfrom
antoine-de:s3_multipart_acl
Mar 23, 2026
Merged

feat(services/s3): Add ACL on multipart upload#7255
Xuanwo merged 1 commit intoapache:mainfrom
antoine-de:s3_multipart_acl

Conversation

@antoine-de
Copy link
Copy Markdown
Contributor

The ACL were only put on whole upload not multipart

Which issue does this PR close?

Closes #7254

Rationale for this change

Default ACL introduced by #7186 are broken for big file (> 6M in my experience, but I don't really know the mechanism to choose whether to multipart or not).

What changes are included in this PR?

Like what is described in #7254, but adds ACL header to multipart upload (if defined as default_acl.

Note that since minio do not support file level ACL, I could not add integration tests for this.

Are there any user-facing changes?

Nop, only working ACL for all files.

AI Usage Statement

I did not use any AI to code this.

@antoine-de antoine-de requested a review from Xuanwo as a code owner March 20, 2026 10:46
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. releases-note/feat The PR implements a new feature or has a title that begins with "feat" labels Mar 20, 2026
The ACL were only put on whole upload not multipart
@antoine-de
Copy link
Copy Markdown
Contributor Author

CI complains about Ocaml formatting, but I don't think it's something of my part (and the branch seems up to date 🤔 ).

Copy link
Copy Markdown
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Xuanwo Xuanwo merged commit e5db9f3 into apache:main Mar 23, 2026
100 of 101 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/feat The PR implements a new feature or has a title that begins with "feat" size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: service S3: Missing ACL on multipart upload

2 participants