package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 1, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Endpoint string `yaml:"endpoint"`
URL string `yaml:"url"`
AccessKeyID string `yaml:"accessKeyID"`
SecretAccessKey string `yaml:"secretAccessKey"`
UseSSL bool `yaml:"useSSL"`
Type Type `yaml:"type"`
Bucket string `yaml:"bucket"`
}
const (
Minio Type = "minio"
)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.