-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The multipart upload initiate requested encryption. #1084
Comments
Hi, Looks like a bug. There is a bunch of options missing in the compute_parts method at aws-sdk-ruby/aws-sdk-resources/lib/aws-sdk-resources/services/s3/multipart_file_uploader.rb Line 87 in 282f971
Since "part" object is missing some parameters, upload_part fails in cases when key/encryption is required. Adding this two, for example fixes problem with sse with customer keys.
|
Thanks for the report, will reproduce and investigate. |
Thanks for reporting the issue. I've put together a fix that will work for the SSE CPK options and any other future options by inspecting the API model for S3 to know what options the call accepts. I've also added an integration test to ensure this continues to work. |
Nice, thank you for fixing. |
Am I doing something stupid?
It repeats the message for all parts of upload.
The text was updated successfully, but these errors were encountered: