package
0.2.4
Repository: https://github.com/go-apis/utils.git
Documentation: pkg.go.dev

# Functions

New constructs a new GCS storage backend using the supplied GCS bucket name and service object.
NewGCSServiceWithCreds returns a GCSService object given a GCloud service account file path.
NewGCSServiceWithCreds returns a GCSService object given a GCloud service account file path.

# Constants

No description provided by the author
No description provided by the author
MAX_OBJECT_COMPOSITION specifies the maximum number of objects that can combined in a compose operation.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GCSService holds the cloud.google.com/go/storage client as well as its associated context.

# Interfaces

GCSAPI is an interface composed of all the necessary GCS operations that are required to enable the tus protocol to work with Google's cloud storage.
GCSReader implements cloud.google.com/go/storage.Reader.