bryanck commented on code in PR #15249:
URL: https://github.com/apache/iceberg/pull/15249#discussion_r2774531584
##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java:
##########
@@ -270,7 +270,7 @@ public class S3FileIOProperties implements Serializable {
* This expiration time is currently only used in {@link
VendedCredentialsProvider} for refreshing
* vended credentials.
*/
- static final String SESSION_TOKEN_EXPIRES_AT_MS =
"s3.session-token-expires-at-ms";
+ public static final String SESSION_TOKEN_EXPIRES_AT_MS =
"s3.session-token-expires-at-ms";
Review Comment:
I made this public so custom providers could use it as well (we use 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]