splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

Enable Server-Side Encyption with S3 #130

Closed msnelling closed 5 years ago

msnelling commented 11 years ago

This is desirable for financial services compliance reasons. See the link below for enabling SSE in the Java API. http://docs.aws.amazon.com/AmazonS3/latest/dev/SSEUsingJavaSDK.html

petterik commented 11 years ago

Shuttl is currently using Hadoop's S3 file system implementation, which doesn't support this. An S3 implementation of Shuttl's ArchiveFileSystem interface would have to be done, using AWS own SDK to support this.

I might do this, since it seems like most users of Shuttl use S3 and I'm not in control of what can be improved as long as I'm using Hadoop's implementation.

Keeping the issue open