brabidou-wakefly
-
10/21/2013 2:53:23 PM
Amazon S3 Storage Provider with Encryption
Currently the Kentico S3 storage provider does not allow for usage of Amazon's server side encryption feature. Many private and government organization require that data be encrypted on Amazon's disk.
It would be easy for Kentio to implement this and would save me from having to write my own custom S3 storage provider that does exactly what Kentico's does but with some additional header information during calls to amazon.
To implement this feature Kentico just needs to modify any "CopyObjectRequest" and "PutObjectRequest" to include the parameter "ServerSideEncryptionMethod = Amazon.S3.Model.ServerSideEncryptionMethod.AES256"
This functionality is already supported by the C# Amazon SDK included with Kentico 7.
Would love to see this in a hotfix!
|