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



##########
File path: 
aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIOIntegration.java
##########
@@ -268,4 +306,11 @@ private void validateRead(S3FileIO s3FileIO) throws 
Exception {
     stream.close();
     Assert.assertEquals(content, result);
   }
+
+  private String testAccessPointARN() {

Review comment:
       I tried this and it failed with "java.lang.IllegalArgumentException: The 
region field of the ARN being passed as a bucket parameter to an S3 operation 
does not match the region the client was configured with. To enable this 
behavior and prevent this exception set 'useArnRegionEnabled' to true in the 
configuration when building the S3 client. Provided region: 'us-east-2'; client 
region: 'us-east-1'."
   
   Looks like we need to set this 




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