Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
*minio.Client `json:"-"`
Endpoint string `json:"endpoint"`
Region string `json:"region"`
AccessKey string `json:"access_key"`
PrivateKey string `json:"private_key"`
SSL bool `json:"ssl"`
Bucket string `json:"bucket"`
Prefix string `json:"prefix"`
}
Storage defines a storage service based on minio
Click to show internal directories.
Click to hide internal directories.