# Functions
NewBucket creates a new bucket client based on the configured backend.
# Constants
Azure is the value for the Azure storage backend.
COS is the value for the Tencent Cloud COS storage backend.
Filesystem is the value for the filesystem storage backend.
GCS is the value for the GCS storage backend.
None is the null value for the storage backends.
S3 is the value for the S3 storage backend.
Swift is the value for the Openstack Swift storage backend.
# Variables
No description provided by the author
ErrObjectDoesNotExist is used in tests to simulate objstore.Bucket.IsObjNotFoundErr().
No description provided by the author
No description provided by the author
# Structs
ClientMock mocks objstore.Bucket.
Config holds configuration for accessing long-term storage.
No description provided by the author