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



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -170,6 +171,17 @@
    */
   public static final String S3FILEIO_SESSION_TOKEN = "s3.session-token";
 
+  /**
+   * Enable to make S3FileIO, to make cross-region call to the region 
specified in the ARN of an access point.
+   * <p>
+   * When set, the client can make a cross-region call to the region specified 
in the ARN of an access point,
+   * otherwise an exception will be thrown if cross-region call is tried.

Review comment:
       I think it would be more clear to say "By default, attempting to use an 
access point in a different region will throw an exception. When enabled, this 
property is allows using access points in other regions".




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