diqiu50 commented on code in PR #6013: URL: https://github.com/apache/gravitino/pull/6013#discussion_r1900490530
########## clients/filesystem-fuse/conf/gvfs_fuse.toml: ########## @@ -32,7 +32,7 @@ block_size = 8192 uri = "http://localhost:8090" metalake = "your_metalake" -# extent settings +# extend settings [extend_config] -access_key = "your access_key" -secret_key = "your_secret_key" +access_key_id = "your access_key" Review Comment: That ok. But I need to consider other cases, such as multiple S3 filesets. I haven't fully decided how to adjust this yet. -- 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]
