mchades commented on code in PR #9570:
URL: https://github.com/apache/gravitino/pull/9570#discussion_r2780477666
##########
clients/client-python/gravitino/filesystem/gvfs_config.py:
##########
@@ -85,3 +85,8 @@ class GVFSConfig:
# The configuration key for whether to enable auto-creation of fileset
location when the
# server-side filesystem ops are disabled and the location does not exist.
The default is true.
GVFS_FILESYSTEM_AUTO_CREATE_LOCATION = "auto_create_location"
+
+ # The configuration prefix for user-defined path-specific configurations.
+ # Format: fs.path.config.<base_location>.<property_name>=<property_value>
+ # Example: fs.path.config.s3.aws-access-key=XXX
+ FS_GRAVITINO_PATH_CONFIG_PREFIX = "fs.path.config."
Review Comment:
not, you should check the python part
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]