steveloughran opened a new pull request #1843: HADOOP-16794. encryption over rename/copy URL: https://github.com/apache/hadoop/pull/1843 Patch atop Mukund's #1823 patch returns to copying sse algorithm header, but then * extracts full KMS settings from src and sets on request * overriding with S3A KMS client settings. * tries to test it better This is still not ready to go in. I think we should have a consistent policy here of 1. if the client has any encryption settings, including explicit AES256, KMS+default key, KMS+custom key, then they will set the encryption options on the copy. 2. else the encryption settings of the source file are retained. This is nice and memorable. It needs to apply for all s3a encryption settings; this patch only does it for SSE-KMS.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
