You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/22 17:59:18 UTC

[GitHub] [arrow] coryan commented on a change in pull request #12475: ARROW-14893: [C++] Allow creating GCS filesystem from URI

coryan commented on a change in pull request #12475:
URL: https://github.com/apache/arrow/pull/12475#discussion_r812216401



##########
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:
       There are locations that are not regions:
   
   https://cloud.google.com/storage/docs/locations#location-mr
   
   Probably not of much interest for analytics workloads, but who knows.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org