Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(New, NewOptions)
Functions ¶
Types ¶
type Options ¶
type Options struct { // Endpoint is the endpoint of the MinIO storage. Endpoint string // AccessKeyID is the access key ID of the MinIO storage. AccessKeyID string // SecretAccessKey is the secret access key of the MinIO storage. SecretAccessKey string // UseSSL specifies whether to use SSL when accessing the MinIO storage. UseSSL bool // UseProxy specifies whether to use proxy when accessing the MinIO storage. Region string }
Options for MinIO storage.
Click to show internal directories.
Click to hide internal directories.