You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "t oo (JIRA)" <ji...@apache.org> on 2019/03/04 18:46:00 UTC

[jira] [Created] (HADOOP-16165) S3A connector - are multiple SSE-KMS keys supported within same bucket?

t oo created HADOOP-16165:
-----------------------------

             Summary: S3A connector - are multiple SSE-KMS keys supported within same bucket?
                 Key: HADOOP-16165
                 URL: https://issues.apache.org/jira/browse/HADOOP-16165
             Project: Hadoop Common
          Issue Type: Wish
          Components: tools
            Reporter: t oo


Within a single s3 bucket i have 2 objects:

s3a://bucketabc/a/b/c/object1

s3a://bucketabc/a/b/c/object2

object1 is encrypted with sse-kms (key1)

object2 is encrypted with sse-kms (key2)

The 2 objects are not encrypted with a common key! But they are in the same s3 bucket.

 

[~stevel@apache.org] - Does the s3a connector support multiple sse-kms keys so that it can read the data (ie want to use hive/spark to read from s3) from diff objects within same bucket when those objects were encrypted with diff keys? .

[https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/bk_cloud-data-access/content/SSE-KMS-enable.html]

 
<property>
  <name>fs.s3a.server-side-encryption.key</name>
  <value>arn:aws:kms:us-west-2:360379543683:key/071a86ff-8881-4ba0-9230-95af6d01ca01</value>
</property>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org