olsoloviov commented on code in PR #2695:
URL: https://github.com/apache/polaris/pull/2695#discussion_r2382908686


##########
site/content/in-dev/unreleased/command-line-interface.md:
##########
@@ -133,8 +133,12 @@ options:
       --type  The type of catalog to create in [INTERNAL, EXTERNAL]. INTERNAL 
by default.
       --storage-type  (Required) The type of storage to use for the catalog
       --default-base-location  (Required) Default base location of the catalog
+      --endpoint  (Only for S3) The S3 endpoint to use when connecting to S3
+      --endpoint-internal  (Only for S3) The S3 endpoint used by Polaris to 
use when connecting to S3, if different from the one that clients use
+      --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
       --allowed-location  An allowed location for files tracked by the 
catalog. Multiple locations can be provided by specifying this option more than 
once.
-      --role-arn  (Required for S3) A role ARN to use when connecting to S3
+      --role-arn  (Only for S3) A role ARN to use when connecting to S3

Review Comment:
   Thanks, fixed. Since it's a dumped output from CLI tool, I changed 
corresponding Python files as well.



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

Reply via email to