steveloughran commented on a change in pull request #970: HADOOP-16371: Option to disable GCM for SSL connections when running on Java 8 URL: https://github.com/apache/hadoop/pull/970#discussion_r295208488
########## File path: hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ########## @@ -1933,6 +1933,20 @@ </description> </property> +<property> + <name>fs.s3a.ssl.channel.mode</name> + <value>Default_JSSE</value> + <description> + If secure connections to S3 are enabled, configures the SSL Review comment: I don't like having to remember the case of all these options, especially as every other s3a config option is all lower case. these should all be case insensitive. ---------------------------------------------------------------- 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]
