Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + func NewBackup(opts ...Option) store2.Backup + func NewBlobStore(opts ...Option) (store.BlobStore, error) + type Option func(o *Options) + func Bucket(name string) Option + func Credentials(id, secret string) Option + func Endpoint(e string) Option + func Insecure() Option + func Region(r string) Option + func TLSConfig(c *tls.Config) Option + type Options struct + AccessKeyID string + Bucket string + Endpoint string + Region string + SecretAccessKey string + Secure bool + TLSConfig *tls.Config