On Thu, Apr 10, 2014 at 01:25:00PM -0700, Long T. wrote: > Hello, I'd like to use S3's server side encryption to feature when I > put the blob on S3 > (http://docs.aws.amazon.com/AmazonS3/latest/dev/SSEUsingRESTAPI.html). > Is there a way to set some type of encryption flag when I put the blob > onto S3 with the BlobStore APIs? Or possibly atttach the appropriate > header to the request?
I do not believe the portable abstraction should expose this and the provider-specific interface does not support this today. I opened a JIRA issue and submitted a pull request which adds provider-specific support: https://issues.apache.org/jira/browse/JCLOUDS-533 https://github.com/jclouds/jclouds/pull/344 -- Andrew Gaul http://gaul.org/
