xiaoxuandev commented on code in PR #5508:
URL: https://github.com/apache/iceberg/pull/5508#discussion_r944633283
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -389,6 +389,15 @@ 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 for cases that
Review Comment:
Good point, fixed, thanks!
--
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]