steveloughran commented on pull request #3462: URL: https://github.com/apache/hadoop/pull/3462#issuecomment-923938577
and the news is the method `propagateBucketOptions()` will promote a per-bucket deprecated property to be the new value, because `Configuration.set()` does the remapping, and thats what the propagation algorithm uses. So: for encryption options not in jceks files, `fs.bucket.BUCKET.fs.s3a.server-side-encryption-algorithm` beats the global value of `fs.bucket.s3a.encryption.algorithm"` We don't get this for jceks files as there is no propagation, just lookup. I'm not going to worry about this, except to say "don't...I will add something in my patch which mentions this." -- 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]
