emkornfield commented on a change in pull request #12475:
URL: https://github.com/apache/arrow/pull/12475#discussion_r812214641
##########
File path: cpp/src/arrow/filesystem/gcsfs.h
##########
@@ -34,6 +35,13 @@ struct ARROW_EXPORT GcsOptions {
std::string endpoint_override;
std::string scheme;
+ // \brief Location to use for creating buckets.
Review comment:
Yes, they are
[regions](https://cloud.google.com/storage/docs/locations). I went back and
forth on whether to call this location or region, but chose location because it
corresponded with the API. I don't have a strong preference. @coryan any
thoughts on this?
--
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]