package
0.3.1
Repository: https://github.com/aaronland/gocloud-blob.git
Documentation: pkg.go.dev

# Functions

WalkBucket will crawl 'bucket' and invoke 'cb' for each file (each `blob.ListObject`) it encounters.

# Type aliases

WalkBucketCallback is a custom function for processing a `blob.ListObject` instance, used by the `WalkBucket` method.