vinaysbadami commented on a change in pull request #2707:
URL: https://github.com/apache/hadoop/pull/2707#discussion_r610621513
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java
##########
@@ -133,6 +133,8 @@
public static final String AZURE_KEY_ACCOUNT_SHELLKEYPROVIDER_SCRIPT =
"fs.azure.shellkeyprovider.script";
/** Setting this true will make the driver use it's own RemoteIterator
implementation */
public static final String FS_AZURE_ENABLE_ABFS_LIST_ITERATOR =
"fs.azure.enable.abfslistiterator";
+ /** Server side encryption key */
+ public static final String FS_AZURE_CLIENT_PROVIDED_ENCRYPTION_KEY =
"fs.azure.client-provided-encryption-key";
Review comment:
we should not use the dot here. The dot is used to namespace. - is fine
else make it one word
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]