jackye1995 commented on a change in pull request #4334:
URL: https://github.com/apache/iceberg/pull/4334#discussion_r830149855



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsClientFactory.java
##########
@@ -56,6 +57,12 @@
    */
   DynamoDbClient dynamo();
 
+  /**
+   * Create a Amazon S3Control client
+   * @return s3Control client
+   */
+  S3ControlClient s3Control();

Review comment:
       I think we no longer need this in the client factory? It is for test 
only and we already have a method there to create s3 control client.




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