eric-maynard commented on code in PR #2127:
URL: https://github.com/apache/polaris/pull/2127#discussion_r2213791278
##########
client/python/cli/constants.py:
##########
@@ -222,6 +225,11 @@ class Create:
EXTERNAL_ID = "(Only for S3) The external ID to use when
connecting to S3"
REGION = "(Only for S3) The region to use when connecting to S3"
USER_ARN = "(Only for S3) A user ARN to use when connecting to S3"
+ ENDPOINT = "(Only for S3) The S3 endpoint to use when connecting
to S3"
+ STS_ENDPOINT = (
+ "(Only for S3) The STS endpoint to use when connecting to STS"
+ )
+ PATH_STYLE_ACCESS = "(Only for S3) whether to use
path-style-access for S3"
Review Comment:
```suggestion
PATH_STYLE_ACCESS = "(Only for S3) Whether to use
path-style-access for S3"
```
--
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]