askoa commented on code in PR #2782:
URL: https://github.com/apache/arrow-rs/pull/2782#discussion_r985096368
##########
object_store/src/aws/mod.rs:
##########
@@ -455,6 +459,23 @@ impl AmazonS3Builder {
self
}
+ /// Sets if virtual hosted style request has to be used.
+ /// If `virtual_hosted_request_style` is :
+ /// * false (default): Path style request is used
+ /// * true: Virtual hosted style request is used
+ ///
+ /// If the `endpoint` is provided then it should be
+ /// consistent with `virtual_hosted_request_style`.
+ /// i.e. if `virutal_hosted_request_style` is set to true
+ /// then `endpoint` should have bucket name on it.
Review Comment:
Updated.
--
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]