Versions in this module Expand all Collapse all v0 v0.78.0 Dec 22, 2025 Changes in this version type Bucket + func (b *Bucket) ListObjectsForGlob(ctx context.Context, glob string) ([]drivers.ObjectStoreEntry, error) v0.64.1 Jun 3, 2025 Changes in this version + type Bucket struct + func NewBucket(bucket *blob.Bucket, logger *zap.Logger) (*Bucket, error) + func (b *Bucket) Close() error + func (b *Bucket) Download(ctx context.Context, opts *DownloadOptions) (res drivers.FileIterator, resErr error) + func (b *Bucket) ListObjects(ctx context.Context, glob string) ([]drivers.ObjectStoreEntry, error) + func (b *Bucket) Underlying() *blob.Bucket + type DownloadOptions struct + BatchSizeBytes int64 + CloseBucket bool + Format string + Glob string + KeepFilesUntilClose bool + TempDir string