add minio

This commit is contained in:
wangchuxiao
2022-02-19 18:48:15 +08:00
parent 6e9b9341d4
commit a2cd7c8007
7 changed files with 117 additions and 19 deletions
+7
View File
@@ -36,6 +36,13 @@ type config struct {
SecretID string `yaml:"secretID"`
SecretKey string `yaml:"secretKey"`
}
Minio struct {
Bucket string `yaml:"bucket"`
Location string `yaml:"location"`
Endpoint string `yaml:"endpoint"`
AccessKeyID string `yaml:"accessKeyID"`
SecretAccessKey string `yaml:"secretAccessKey"`
} `yaml:"minio"`
}
Mysql struct {