Skip to content

Commit

Permalink
Fix the problem in #5737 that does not change azure account-name and …
Browse files Browse the repository at this point in the history
…account key in python client accordingly.
  • Loading branch information
yuqi1129 committed Jan 14, 2025
1 parent 65c171c commit 1e155d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/client-python/gravitino/filesystem/gvfs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class GVFSConfig:
GVFS_FILESYSTEM_OSS_SECRET_KEY = "oss_secret_access_key"
GVFS_FILESYSTEM_OSS_ENDPOINT = "oss_endpoint"

GVFS_FILESYSTEM_AZURE_ACCOUNT_NAME = "abs_account_name"
GVFS_FILESYSTEM_AZURE_ACCOUNT_KEY = "abs_account_key"
GVFS_FILESYSTEM_AZURE_ACCOUNT_NAME = "azure_storage_account_name"
GVFS_FILESYSTEM_AZURE_ACCOUNT_KEY = "azure_storage_account_key"

# This configuration marks the expired time of the credential. For instance, if the credential
# fetched from Gravitino server has expired time of 3600 seconds, and the credential_expired_time_ration is 0.5
Expand Down

0 comments on commit 1e155d4

Please sign in to comment.