[
https://issues.apache.org/jira/browse/ARROW-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17463934#comment-17463934
]
Antoine Pitrou commented on ARROW-15191:
----------------------------------------
cc [~coryan]
This is necessary before we can start publishing the GCS filesystem in the API
docs.
> [C++] Add public factory function for GCS filesystem
> ----------------------------------------------------
>
> Key: ARROW-15191
> URL: https://issues.apache.org/jira/browse/ARROW-15191
> Project: Apache Arrow
> Issue Type: Task
> Components: C++
> Reporter: Antoine Pitrou
> Priority: Major
> Fix For: 7.0.0
>
>
> Currently, only an internal factory for GCS filesystem testing is provided.
> We need to add a public factory function, e.g.:
> {code:c++}
> static Result<std::shared_ptr<S3FileSystem>> GcsFileSystem::Make(
> const GcsOptions& options,
> const io::IOContext& = io::default_io_context());
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)