package
0.1.7
Repository: https://github.com/google/bulk_fhir_tools.git
Documentation: pkg.go.dev

# Functions

JoinPath is roughly equivalent to path/filepath.Join, except that it always uses forward slashes regardless of platform (because GCS does not recognize backslashes used by windows).
NewClient creates and returns a new gcs client for use in writing resources to an existing GCS bucket.
PathComponents takes a GCS path (e.g.

# Constants

DefaultCloudStorageEndpoint represents the default cloud storage API endpoint.

# Variables

ErrInvalidGCSPath is an error indicating the GCS path is not valid.

# Structs

Client represents a GCS API client belonging to some project.