# Functions
NewClient creates a new bucket client based on the configured backend.
NewPrefixedBucketClient returns a new PrefixedBucketClient.
NewSSEBucketClient makes a new SSEBucketClient.
NewUserBucketClient returns a bucket client to use to access the storage on behalf of the provided user.
# Constants
Alibaba is the value for the Alibaba Cloud OSS storage backend.
Azure is the value for the Azure storage backend.
BOS is the value for the Baidu Cloud BOS storage backend.
Filesystem is the value for the filesystem storage backend.
GCS is the value for the GCS storage backend.
S3 is the value for the S3 storage backend.
Swift is the value for the Openstack Swift storage backend.
# Structs
Config holds configuration for accessing long-term storage.
NamedStores helps configure additional object stores from a given storage provider.
SSEBucketClient is a wrapper around a objstore.BucketReader that configures the object storage server-side encryption (SSE) for a given user.
# Interfaces
SSEConfigProvider defines a per-tenant SSE config provider.