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 multipart upload with encryption context #1838

Merged
merged 2 commits into from Jun 14, 2023

Conversation

alanprot
Copy link
Contributor

@alanprot alanprot commented Jun 13, 2023

Similar to #1777

The context header is also not allowed when completing the multipart upload on S3 and should be removed.

https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html

I also created a unit test to check all those behaviors.

Signed-off-by: Alan Protasio <alanprot@gmail.com>
@alanprot alanprot changed the title Fix multipart upload with context Fix multipart upload with encryption context Jun 13, 2023
go.mod Outdated Show resolved Hide resolved
Signed-off-by: Alan Protasio <alanprot@gmail.com>
Copy link
Contributor

@klauspost klauspost left a comment

Choose a reason for hiding this comment

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

LGTM

@harshavardhana harshavardhana merged commit 1d018af into minio:master Jun 14, 2023
7 checks passed
@alanprot
Copy link
Contributor Author

thanks

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.

None yet

3 participants