package gcs

import "golang.org/x/perf/storage/fs/gcs"

Package gcs implements the fs.FS interface using Google Cloud Storage.

Index

Functions

func NewFS

func NewFS(ctx context.Context, bucketName string) (fs.FS, error)

NewFS constructs an FS that writes to the provided bucket. On AppEngine, ctx must be a request-derived Context.

Source Files

gcs.go

Version
v0.0.0-20250414141303-3fc2b901edf3 (latest)
Published
Apr 14, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
1 month ago

Tools for package owners.