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-20250214215153-c95ad7d5b636 (latest)
Published
Feb 14, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
1 week ago

Tools for package owners.