Skip to content

Commit 605d760

Browse files
Updated cli doc with new options introduced in catalog create (apache#3502)
1 parent 54bc793 commit 605d760

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

site/content/in-dev/unreleased/command-line-interface.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,15 @@ options:
149149
--sts-endpoint (Only for S3) The STS endpoint to use when connecting to STS
150150
--no-sts (Only for S3) Indicates that Polaris should not use STS (e.g. if STS is not available)
151151
--path-style-access (Only for S3) Whether to use path-style-access for S3
152+
--current-kms-key (Only for AWS S3) The AWS KMS key ARN to be used for encrypting new S3 data
153+
--allowed-kms-key (Only for AWS S3) AWS KMS key ARN(s) that this catalog and its clients are allowed to use for reading S3 data (zero or more)
152154
--allowed-location An allowed location for files tracked by the catalog. Multiple locations can be provided by specifying this option more than once.
153155
--role-arn (Only for AWS S3) A role ARN to use when connecting to S3
154156
--region (Only for S3) The region to use when connecting to S3
155157
--external-id (Only for S3) The external ID to use when connecting to S3
156158
--tenant-id (Required for Azure) A tenant ID to use when connecting to Azure Storage
157159
--multi-tenant-app-name (Only for Azure) The app name to use when connecting to Azure Storage
160+
--hierarchical (Only for Azure) Indicates whether the referenced Azure storage location(s) support hierarchical namespaces
158161
--consent-url (Only for Azure) A consent URL granting permissions for the Azure Storage location
159162
--service-account (Only for GCS) The service account to use when connecting to GCS
160163
--property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once

0 commit comments

Comments
 (0)