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


##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java:
##########
@@ -225,6 +225,13 @@ public class S3FileIOProperties implements Serializable {
    */
   public static final String SESSION_TOKEN = "s3.session-token";
 
+  /**
+   * Configure the expiration time in millis of the static session token used 
to access S3FileIO.
+   * This expiration time is currently only used in {@link 
VendedCredentialsProvider} for refreshing
+   * vended credentials.
+   */
+  public static final String SESSION_TOKEN_EXPIRES_AT_MS = 
"s3.session-token-expires-at-ms";

Review Comment:
   done



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