dimas-b commented on code in PR #2855:
URL: https://github.com/apache/polaris/pull/2855#discussion_r2452772003
##########
client/python/cli/constants.py:
##########
@@ -251,6 +252,9 @@ class Create:
STS_ENDPOINT = (
"(Only for S3) The STS endpoint to use when connecting to STS"
)
+ STS_UNAVAILABLE = (
+ "(Only for S3) Indicates that STS is not available"
Review Comment:
It could be used with AWS too. How about `(Only for S3) Indicates that
Polaris should not use STS (e.g. if STS is not available)`?
--
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]