Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type Fake struct + OnCopy func(srcBucket, srcObject, dstBucket, dstObject string) error + OnDelete func(bucket, object string) error + OnList func(bucket, prefix string) error + func New() *Fake + func (f *Fake) Copy(_ context.Context, srcBucket, srcObject, dstBucket, dstObject string) error + func (f *Fake) Delete(_ context.Context, bucket, object string) error + func (f *Fake) List(_ context.Context, bucket, prefix string) ([]string, error) + func (f *Fake) Objects() []string + func (f *Fake) Prefix(t *testing.T, storagePrefix resources.StoragePrefix) []string + func (f *Fake) Put(bucket, object, content string) + func (f *Fake) PutSnapshot(t *testing.T, uri resources.SnapshotURI, names ...string) + func (f *Fake) Snapshot(t *testing.T, uri resources.SnapshotURI) []string + func (f *Fake) WriteSnapshot(snapshotURI string, names ...string) error