Documentation
¶
Overview ¶
Package gcs provides a Google Cloud Storage (GCS) implementation of the artifact.Service interface.
This package allows storing and retrieving artifacts in a GCS bucket. Artifacts are organized by application name, user ID, session ID, and filename, with support for versioning.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGCSArtifactService ¶
func NewGCSArtifactService(ctx context.Context, bucketName string, opts ...option.ClientOption) (artifact.Service, error)
NewGCSArtifactService creates a gcsService for the specified bucket using a default client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.