pitrou commented on code in PR #38858:
URL: https://github.com/apache/arrow/pull/38858#discussion_r1409291486
##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -144,6 +144,9 @@ 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
Review Comment:
```suggestion
/// 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.
```
--
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]