pitrou commented on code in PR #38858:
URL: https://github.com/apache/arrow/pull/38858#discussion_r1415963435


##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -144,6 +144,12 @@ struct ARROW_EXPORT S3Options {
   /// Type of credentials being used. Set along with credentials_provider.
   S3CredentialsKind credentials_kind = S3CredentialsKind::Default;
 
+  /// Whether to use virtual addressing of buckets
+  ///
+  /// If true, then virtual addressing is always enabled.
+  /// If false, then virtual addressing is only enabled if `endpoint_override` 
is empty.

Review Comment:
   ```suggestion
     /// If false, then virtual addressing is only enabled if 
`endpoint_override` is empty.
     ///
     /// This can be used for non-AWS backends that only support virtual 
hosted-style access.
   ```



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