-
Notifications
You must be signed in to change notification settings - Fork 332
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
Add x-amz-server-side-encryption header for AES256 SSE without customer keys (non SSE-C) #771
Conversation
[CC-20979] [CC-20329] Updated CVEs (jackson and snappy package)
Merge Conflict Resolution (from 10.5.x to master)
…er keys (non SSE-C)
|
|
Wrong branch |
Problem
See #770
Solution
The code in this PR adds the
x-amz-server-side-encryption
header in cases whereSSE
is configured to beAES256
but not customer key was provided.Does this solution apply anywhere else?
If yes, where?
The following versions (and onwards) are affected, I'm not sure about this repo's patch strategy so I opened it on the latest branch.
Test Strategy
Built locally and tested on our environment.
Testing done:
Release Plan