mukund-thakur commented on a change in pull request #3962:
URL: https://github.com/apache/hadoop/pull/3962#discussion_r818464877
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
##########
@@ -157,6 +157,10 @@ private Constants() {
"fs.s3a.connection.ssl.enabled";
public static final boolean DEFAULT_SECURE_CONNECTIONS = true;
+ // allow access to requester pay buckets
+ public static final String ALLOW_REQUESTER_PAYS =
"fs.s3a.requester-pays.enabled";
Review comment:
Okay then - is fine.
--
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]