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

using sse-kms when uploading objects #1466

Closed
kbiton opened this issue Aug 25, 2015 · 2 comments
Closed

using sse-kms when uploading objects #1466

kbiton opened this issue Aug 25, 2015 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@kbiton
Copy link

kbiton commented Aug 25, 2015

I use the aws s3 cli command to upload multiple object to s3 , I am utilising the parallel multipart build-in features. I noticed thar sse-kms is not a supported option when using aws s3 it looks like only sse-s3 is supported is there any particular reason for that ? I can use the high level API , aws s3api that being said this API (IMHO) does not support parallel & multipart uploads.
can you recommend on a workaround will support to SSE-KMS added to the cp options?

@kyleknap
Copy link
Contributor

It just has not been added it. Mainly because there may be some edge cases that we will have to take into account. For example, in order to use kms with s3, the requests must be signed using signature version 4.

I do not think that there is a good workaround, other than using s3api, but like you said that does upload in parallel or automatically handle multipart. Marking this as feature request.

@kyleknap kyleknap added the feature-request A feature should be added or improved. label Aug 26, 2015
@kbiton
Copy link
Author

kbiton commented Aug 27, 2015

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants