[ 
https://issues.apache.org/jira/browse/HADOOP-18708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854366#comment-17854366
 ] 

ASF GitHub Bot commented on HADOOP-18708:
-----------------------------------------

shameersss1 opened a new pull request, #6884:
URL: https://github.com/apache/hadoop/pull/6884

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   This commit adds support for S3 client side encryption (CSE). CSE can 
configured in two modes CSE-KMS where keys are provided by AWS KMS and 
CSE-CUSTOM where custom keys are provided by implementing custom 
[keyring](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/choose-keyring.html)
   
   CSE is implemented using 
[S3EncryptionClient](https://github.com/aws/amazon-s3-encryption-client-java) 
(V3 client) and additional conifgurations were added to make it compatible with 
the older encryption client V1 and V2 which is turned OFF by default.
   
   This PR is based on the initial work done by @ahmarsuhail as part of 
https://github.com/apache/hadoop/pull/6164
   
   ### How was this patch tested?
   
   Tested in us-east-1 with `mvn -Dparallel-tests -DtestsThreadCount=16 clean 
verify` and with and without encryption enabled.
   




> AWS SDK V2 - Implement CSE
> --------------------------
>
>                 Key: HADOOP-18708
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18708
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.4.0
>            Reporter: Ahmar Suhail
>            Assignee: Syed Shameerur Rahman
>            Priority: Major
>              Labels: pull-request-available
>
> S3 Encryption client for SDK V2 is now available, so add client side 
> encryption back in. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to