RussellSpitzer commented on code in PR #11389:
URL: https://github.com/apache/iceberg/pull/11389#discussion_r1821469987


##########
aws/src/main/java/org/apache/iceberg/aws/AwsClientProperties.java:
##########
@@ -66,21 +67,39 @@ public class AwsClientProperties implements Serializable {
    */
   public static final String CLIENT_REGION = "client.region";
 
+  /**
+   * Configure the endpoint to be used to fetch and refresh vended credentials.

Review Comment:
   Docs are a bit redundant here, Probably can just do a single line
   ```java
   Endpoint {@link VendedCredentialsProvider} will use to fetch and refresh 
vended credentials.
   ```



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to