jackye1995 commented on code in PR #4695:
URL: https://github.com/apache/iceberg/pull/4695#discussion_r942972905
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -389,6 +390,21 @@ public class AwsProperties implements Serializable {
*/
@Deprecated public static final boolean CLIENT_ENABLE_ETAG_CHECK_DEFAULT =
false;
+ /**
+ * This flag controls whether the S3 client will be initialized during the
S3FileIO
+ * initialization, instead of normal lazy initialization upon use. This is
needed to deal with a
Review Comment:
I don't think we need to explain too much about the use case for LF, this is
a generic S3FileIO config. Maybe something like "This is for cases that the
credentials to use might change and needs to be pre-loaded"
--
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]