Documentation ¶
Index ¶
- func WithAccessKey(accessKey string) interfaces.StoreOption
- func WithBucket(bucket string) interfaces.StoreOption
- func WithCredentials(accessKey, secretKey string) interfaces.StoreOption
- func WithEndpoint(endpoint string) interfaces.StoreOption
- func WithLocation(location string) interfaces.StoreOption
- func WithSecretKey(secretKey string) interfaces.StoreOption
- type Minio
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAccessKey ¶
func WithAccessKey(accessKey string) interfaces.StoreOption
func WithBucket ¶
func WithBucket(bucket string) interfaces.StoreOption
func WithCredentials ¶
func WithCredentials(accessKey, secretKey string) interfaces.StoreOption
func WithEndpoint ¶
func WithEndpoint(endpoint string) interfaces.StoreOption
func WithLocation ¶
func WithLocation(location string) interfaces.StoreOption
func WithSecretKey ¶
func WithSecretKey(secretKey string) interfaces.StoreOption
Types ¶
type Minio ¶
type Minio struct {
// contains filtered or unexported fields
}
func New ¶
func New(options ...interfaces.StoreOption) (*Minio, error)
Click to show internal directories.
Click to hide internal directories.