This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from dff3769ab (nit): Getting started examples with mc/s5cmd to aws cli
(#3526)
add 23b507065 Add support for no KMS with s3-compatible backend (#3501)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
.../python/apache_polaris/cli/command/__init__.py | 1 +
.../python/apache_polaris/cli/command/catalogs.py | 5 +-
client/python/apache_polaris/cli/constants.py | 2 +
.../apache_polaris/cli/options/option_tree.py | 5 ++
.../apache/polaris/core/entity/CatalogEntity.java | 2 +
.../aws/AwsCredentialsStorageIntegration.java | 12 +++-
.../storage/aws/AwsStorageConfigurationInfo.java | 6 ++
.../aws/AwsStorageConfigurationInfoTest.java | 8 +++
.../aws/AwsCredentialsStorageIntegrationTest.java | 76 ++++++++++++++++++++++
.../in-dev/unreleased/command-line-interface.md | 1 +
spec/polaris-management-service.yml | 4 ++
12 files changed, 120 insertions(+), 3 deletions(-)