# 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.