Antoine Pitrou created ARROW-15191:
--------------------------------------

             Summary: [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
             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)

Reply via email to