RussellSpitzer commented on code in PR #13132: URL: https://github.com/apache/iceberg/pull/13132#discussion_r2114213148
########## aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java: ########## @@ -966,6 +966,22 @@ public <T extends S3ClientBuilder> void applyCredentialConfigurations( : awsClientProperties.credentialsProvider(accessKeyId, secretAccessKey, sessionToken)); } + public <T extends S3AsyncClientBuilder> void applyCredentialConfigurations( Review Comment: Are these two different hierarchies? Just wondering why we need two versions of this but I'm not familiar with AWS's code here -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org