liangjiawei1110 commented on code in PR #38858:
URL: https://github.com/apache/arrow/pull/38858#discussion_r1403894534
##########
cpp/src/arrow/filesystem/s3fs.cc:
##########
@@ -951,7 +951,7 @@ class ClientBuilder {
client_config_.caPath =
ToAwsString(internal::global_options.tls_ca_dir_path);
}
- const bool use_virtual_addressing = options_.endpoint_override.empty();
+ const bool use_virtual_addressing = options_.use_virtual_addressing;
Review Comment:
ok, I have changed the code as the last logic
--
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]