-
-
Notifications
You must be signed in to change notification settings - Fork 909
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
basic SSE-KMS support #611
Conversation
Can use KMS to manage encryption keys for S3
Good feature! |
ok. There is just a limitation that as the Etag is wrong and doesn't have a '-' char inside, In FileList.py, there is the following code that selects to use the Etag or the md5 in metadata for the comparison: So, in exchange to not re-uploading any small kms encrypted file at each sync, we will perform an individual HEAD request for all the files of your folder/bucket. |
Ouch. I was willing to do HEADs for the (few?) multi-part files needed, We likewise don't deal well with locally GPG-encrypted content and Thanks, On Fri, Sep 4, 2015 at 5:44 PM, Florent Viard notifications@github.com
|
@bsapiro I will merge your PR and add myself the cmd line option. We will not do anything particular for the moment for the etags that are wrong but something should be done for that in the future :-s |
Can use KMS to manage encryption keys for S3