# 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.