liangyouze opened a new issue, #7908:
URL: https://github.com/apache/gravitino/issues/7908

   ### What would you like to be improved?
   
   We are using other object storage compatible with the S3 protocol. When 
accessing it with boto3, we need to pass the configuration 
`"addressing_style"="virtual"` like this:
   ```
   s3_config = Config(region_name=self.region, s3={"addressing_style": 
"virtual"})
   s3 = boto3.client('s3', endpoint_url=self.endpoint,
                                   aws_access_key_id=self.ak,
                                   aws_secret_access_key=self.sk, 
config=s3_config)
   ```
    However, when using the gvfs client, there is no way to pass this parameter 
to botocore. We hope gvfs can support passing additional configurations
   
   ### How should we improve?
   
   _No response_


-- 
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]

Reply via email to