steveloughran commented on code in PR #4557:
URL: https://github.com/apache/hadoop/pull/4557#discussion_r920269270
##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3ClientFactory.java:
##########
@@ -264,5 +269,20 @@ public S3ClientCreationParameters withHeader(
public Map<String, String> getHeaders() {
return headers;
}
+
+ public URI getPath() {
Review Comment:
can you add javadoc, also say "added in HADOOP-18330" so anyone writing a
client will be aware it is not always present.
--
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]