pan3793 commented on code in PR #3599:
URL: https://github.com/apache/celeborn/pull/3599#discussion_r2799465611
##########
multipart-uploader/multipart-uploader-s3/src/main/java/org/apache/celeborn/S3MultipartUploadHandler.java:
##########
@@ -259,4 +241,9 @@ public void close() {
s3Client.shutdown();
}
}
+
+ static AWSCredentialProviderList getCredentialsProvider(URI binding,
Configuration conf)
+ throws IOException {
+ return S3AUtils.createAWSCredentialProviderSet(binding, conf);
Review Comment:
the API is deleted in HADOOP-18073. S3A: Upgrade AWS SDK to V2
--
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]