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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to