jackye1995 commented on code in PR #11389: URL: https://github.com/apache/iceberg/pull/11389#discussion_r1819620667
########## 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. + * + * <p>When set, the {@link VendedCredentialsProvider} will be used to fetch and refresh vended + * credentials. + */ + public static final String REFRESH_CREDENTIALS_ENDPOINT = "client.refresh-credentials-endpoint"; Review Comment: shouldn't this be a s3 FileIO property? -- 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