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(s3): Pass SSE-C parameters for multipart upload #38934

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Jun 21, 2023

Follow up fix for #27034 to make it work properly with SSE-C encryption enabled.

@juliusknorr
Copy link
Member Author

/backport to stable27

@tsdicloud
Copy link
Contributor

This is a hot feature to combine with Verified Credentials ...

@ir0nhide
Copy link
Contributor

@juliushaertl thank you for adding SSE-C support to the new S3 MultipartUpload feature, really appreciate your work here.
After review the changes, i think you also need to add SSE-C headers to the headObject call on line 99:

$stat = $this->getConnection()->headObject([

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

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

Successfully merging this pull request may close these issues.

5 participants