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


##########
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java:
##########
@@ -105,6 +105,12 @@ public String token() {
     return properties().get(OAuth2Properties.TOKEN);
   }
 
+  /**
+   * A token supplier that takes precedence over {@link 
S3V4RestSignerClient#token()} if it's set.
+   */
+  @Nullable
+  public abstract Supplier<String> tokenSupplier();

Review Comment:
   that makes a lot of sense. I've made those changes and pushed



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