Documentation ¶
Index ¶
Constants ¶
View Source
const ServiceName = "minio"
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(config mediastore.ServiceConfig) (mediastore.Service, error)
Types ¶
type Config ¶
type Config struct { Region string `env:"REGION"` BucketName string `env:"BUCKET_NAME"` AccessKeyID string `env:"ACCESS_KEY_ID,required"` SecretAccessKey string `env:"SECRET_ACCESS_KEY,required"` Endpoint string `env:"ENDPOINT,required"` UseSSL bool `env:"USE_SSL"` }
func ConfigSkeleton ¶
func ConfigSkeleton() Config
Click to show internal directories.
Click to hide internal directories.