tustvold commented on code in PR #2782: URL: https://github.com/apache/arrow-rs/pull/2782#discussion_r984420394
########## object_store/src/aws/client.rs: ########## @@ -209,14 +209,16 @@ pub struct S3Config { pub region: String, pub endpoint: String, pub bucket: String, + pub bucket_endpoint: String, pub credentials: CredentialProvider, pub retry_config: RetryConfig, pub allow_http: bool, + pub virtual_hosted_request_style: bool, Review Comment: Is this still needed on this object? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org