package
0.40.0
Repository: https://github.com/google/go-cloud.git
Documentation: pkg.go.dev

# Functions

NewPrefixedBucket returns a Bucket based on b with all keys modified to have prefix.
NewSingleKeyBucket returns a Bucket based on b that always references key.

# Structs

Attributes contains attributes about a blob.
CopyOptions controls options for Copy.
ListObject represents a specific blob object returned from ListPaged.
ListOptions sets options for listing objects in the bucket.
ListPage represents a page of results return from ListPaged.
ReaderAttributes contains a subset of attributes about a blob that are accessible from Reader.
ReaderOptions controls Reader behaviors.
SignedURLOptions sets options for SignedURL.
WriterOptions controls behaviors of Writer.

# Interfaces

Bucket provides read, write and delete operations on objects within it on the blob service.
Downloader has an optional extra method for readers.
Reader reads an object from the blob.
Uploader has an optional extra method for writers.
Writer writes an object to the blob.