[
https://issues.apache.org/jira/browse/HADOOP-18016?focusedWorklogId=684688&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-684688
]
ASF GitHub Bot logged work on HADOOP-18016:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Nov/21 13:26
Start Date: 22/Nov/21 13:26
Worklog Time Spent: 10m
Work Description: 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 684688)
Time Spent: 0.5h (was: 20m)
> Make certain methods LimitedPrivate in S3AUtils.java to provide proxy support
> -----------------------------------------------------------------------------
>
> Key: HADOOP-18016
> URL: https://issues.apache.org/jira/browse/HADOOP-18016
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/s3
> Affects Versions: 3.4.0
> Reporter: Mehakmeet Singh
> Assignee: Mehakmeet Singh
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> S3AUtils(Private) have certain methods which can be used in external projects
> to provide proxy support, since it is private we can't call them directly and
> have to copy the whole methods to provide the support. Making these methods
> LimitedPrivate so that these can be called directly with a reason.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]