Skip to content

[C++] Add public factory function for GCS filesystem #30693

@asfimport

Description

@asfimport

Currently, only an internal factory for GCS filesystem testing is provided. We need to add a public factory function, e.g.:

static Result<std::shared_ptr<S3FileSystem>> GcsFileSystem::Make(
    const GcsOptions& options,
    const io::IOContext& = io::default_io_context());

Reporter: Antoine Pitrou / @pitrou

Related issues:

Note: This issue was originally created as ARROW-15191. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions