noslowerdna commented on a change in pull request #645: HADOOP-16132 Support
multipart download in S3AFileSystem
URL: https://github.com/apache/hadoop/pull/645#discussion_r269694762
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
##########
@@ -721,4 +721,24 @@ private Constants() {
* Default change detection require version: true.
*/
public static final boolean CHANGE_DETECT_REQUIRE_VERSION_DEFAULT = true;
+
+ public static final String MULTIPART_DOWNLOAD_ENABLED =
Review comment:
should add javadoc for each of these, and add to core-default.xml
----------------------------------------------------------------
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]