jojochuang commented on code in PR #8315:
URL: https://github.com/apache/ozone/pull/8315#discussion_r2069674677
##########
hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/S3ClientFactory.java:
##########
@@ -158,4 +160,54 @@ public S3Client createS3ClientV2(boolean enablePathStyle)
throws Exception {
.forcePathStyle(enablePathStyle)
.build();
}
+
+ /**
+ * Creates an S3AsyncClient (AWS SDK V2) with path style access enabled.
+ *
+ * @return S3AsyncClient
+ * @throws URISyntaxException if there is an error creating the client
+ */
+ public S3AsyncClient createS3AsyncClientV2() throws Exception {
Review Comment:
Is S3AsyncClient required here?
--
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]