jackye1995 commented on code in PR #5555:
URL: https://github.com/apache/iceberg/pull/5555#discussion_r948289776


##########
aws/src/main/java/org/apache/iceberg/aws/AwsClientFactories.java:
##########
@@ -183,10 +190,11 @@ public static <T extends SdkClientBuilder> void 
configureEndpoint(T builder, Str
   }
 
   public static S3Configuration s3Configuration(
-      Boolean pathStyleAccess, Boolean s3UseArnRegionEnabled) {
+      Boolean pathStyleAccess, Boolean s3UseArnRegionEnabled, Boolean 
s3AccelerationEnabled) {

Review Comment:
   The checks passed. For dealing with this public method, I see this is 
currently only called in `s3()`,  so I think:
   1. for this PR, let's move the contents of creating `S3Configuration` 
directly to s3(), I don't think we need a dedicated method for this 1 liner. 
   2. we should have another PR to deprecate this method, before people take 
dependency on it.
   
   Any thoughts? @price-qian @amogh-jahagirdar @xiaoxuandev 



-- 
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]

Reply via email to