Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + func BucketPrefix(uri resources.StoragePrefix) (string, string, error) + func CopyPrefix(ctx context.Context, s Store, src, dst resources.StoragePrefix) error + func DeletePrefix(ctx context.Context, s Store, uri resources.StoragePrefix) error + type Store interface + Copy func(ctx context.Context, srcBucket, srcObject, dstBucket, dstObject string) error + Delete func(ctx context.Context, bucket, object string) error + List func(ctx context.Context, bucket, prefix string) ([]string, error) + func NewGCS(client *storage.Client) Store + func NewS3(client *s3.Client) Store