This is an automated email from the ASF dual-hosted git repository.
fanng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 27337670e4 [#7011] improve (core): Add object type of
AssociateTagsForMetadataObjectEvent (#7014)
add a97e2ea299 [#6981] feat(credential): support specifying location when
get fileset credential (#6985)
No new revisions were added by this update.
Summary of changes:
.../gravitino/credential/CredentialConstants.java | 3 ++
.../catalog/hadoop/HadoopCatalogOperations.java | 26 ++++++----
.../hadoop/SecureHadoopCatalogOperations.java | 59 +++++++++++++++++++---
.../client/MetadataObjectCredentialOperations.java | 24 +++++----
.../gravitino/api/credential/credential.py | 3 ++
.../metadata_object_credential_operations.py | 16 ++++--
.../gravitino/filesystem/gvfs_base_operations.py | 29 +++++++++--
.../gravitino/filesystem/gvfs_config.py | 3 ++
.../integration/test_gvfs_with_abs_credential.py | 1 +
.../integration/test_gvfs_with_gcs_credential.py | 7 +++
.../integration/test_gvfs_with_oss_credential.py | 1 +
.../integration/test_gvfs_with_s3_credential.py | 1 +
.../filesystem/hadoop/BaseGVFSOperations.java | 57 ++++++++++++++++-----
.../GravitinoVirtualFileSystemConfiguration.java | 7 +++
.../test/FilesetCatalogCredentialIT.java | 2 +-
docs/hadoop-catalog-with-adls.md | 5 +-
docs/hadoop-catalog-with-gcs.md | 5 +-
docs/hadoop-catalog-with-oss.md | 5 +-
docs/hadoop-catalog-with-s3.md | 5 +-
docs/how-to-use-gvfs.md | 2 +
server-common/build.gradle.kts | 1 +
.../org/apache/gravitino/server/web/Utils.java | 13 +++++
.../rest/MetadataObjectCredentialOperations.java | 16 ++++++
23 files changed, 240 insertions(+), 51 deletions(-)