ahmarsuhail commented on code in PR #6324:
URL: https://github.com/apache/hadoop/pull/6324#discussion_r1418453963
##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:
##########
@@ -5751,6 +5753,10 @@ public StoreContext createStoreContext() {
.build();
}
+ public CreateSessionResponse createSessionInternal(CreateSessionRequest
createSessionRequest){
Review Comment:
This is unused, consider removing. if it is for internal use only, move to
S3AInternals? There's also no corresponding method for it RequestFactory.
--
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]