You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Christian S." <no...@github.com> on 2015/03/06 12:26:36 UTC

Re: [jclouds] JCLOUDS-533: Amazon S3 server-side encryption (#344)

@andrewgaul server side encryption interacts not at all with user-provided encryption keys. The user provided encryption keys feature is only implemented in the AWS client SDKs. It could even be combined with each other.
User provided encryption keys could even be a blobstore-generic feature which works for all blobstores (which treat data as opaque).

In short it works by encrypting it locally and adding one piece of user metadata (the checksum of the key) to identify the key later.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/344#issuecomment-77545099