[
https://issues.apache.org/jira/browse/ARROW-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou updated ARROW-15191:
-----------------------------------
Fix Version/s: (was: 8.0.0)
> [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
>
> 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)