dpaani commented on code in PR #7066:
URL: https://github.com/apache/iceberg/pull/7066#discussion_r1136434523
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -248,6 +248,14 @@ public class AwsProperties implements Serializable {
*/
public static final String S3FILEIO_SESSION_TOKEN = "s3.session-token";
+ /**
+ * Configure the aws credentials provider used to access S3FileIO.
Review Comment:
@RussellSpitzer Added `Class.forName` to check class exists in the
classpath. Please check.
--
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]