Creating a catalog on S3 compatible cloud providers
Several S3 compatible storage providers can be configured as backends for your Polaris catalog. Refer to child pages under this documentation section for some of the possible options.
For the polaris catalogs create command
there are a few s3-only options:
--storage-type s3
--role-arn (Only for AWS S3) A role ARN to use when connecting to S3
--current-kms-key (Only for AWS S3) The AWS KMS key ARN to be used for encrypting new S3 data
--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)
--no-sts (Only for S3) Indicates that Polaris should not use STS (e.g. if STS is not available)
--region (Only for S3) The region to use when connecting to S3
--external-id (Only for S3) The external ID to use when connecting to S3