gcs

package
v4.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactDriver

type ArtifactDriver struct {
	ServiceAccountKey string
}

ArtifactDriver is a driver for GCS

func (*ArtifactDriver) Delete

func (h *ArtifactDriver) Delete(ctx context.Context, s *wfv1.Artifact) error

Delete deletes an artifact from GCS

func (*ArtifactDriver) IsDirectory

func (h *ArtifactDriver) IsDirectory(ctx context.Context, artifact *wfv1.Artifact) (bool, error)

func (*ArtifactDriver) ListObjects

func (h *ArtifactDriver) ListObjects(ctx context.Context, artifact *wfv1.Artifact) ([]string, error)

func (*ArtifactDriver) Load

func (h *ArtifactDriver) Load(ctx context.Context, inputArtifact *wfv1.Artifact, path string) error

Load function downloads objects from GCS

func (*ArtifactDriver) OpenStream

func (h *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error)

func (*ArtifactDriver) Save

func (h *ArtifactDriver) Save(ctx context.Context, path string, outputArtifact *wfv1.Artifact) error

Save an artifact to GCS compliant storage, e.g., uploading a local file to GCS bucket

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL