package config type Minio struct { Addr string AccessKeyID string SecretAccessKey string Ssl bool DefaultBucketName string }