You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/11/22 13:26:23 UTC

[GitHub] [hadoop] mukund-thakur commented on a change in pull request #3685: HADOOP-18016. Make certain methods LimitedPrivate in S3AUtils.java to provide proxy support

mukund-thakur commented on a change in pull request #3685:
URL: https://github.com/apache/hadoop/pull/3685#discussion_r754271959



##########
File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java
##########
@@ -96,6 +96,9 @@
 
 /**
  * Utility methods for S3A code.
+ * Some methods are marked LimitedPrivate since they are being used in an
+ * external project. It would be better to call them rather than copying the

Review comment:
       Remove `It would be better to call them rather than copying the
     whole code in that project.` and 
   




-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org