This commit is contained in:
Liang Ding 2022-11-02 16:00:22 +08:00
parent 11f67cab71
commit b9ad013ae2
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 11 additions and 5 deletions

View file

@ -41,8 +41,8 @@ type OSS struct {
Endpoint string `json:"endpoint"` // 服务端点
AccessKey string `json:"accessKey"` // Access Key
SecretKey string `json:"secretKey"` // Secret Key
Regin string `json:"regin"` // 存储区域
Bucket string `json:"bucket"` // 存储空间
Region string `json:"region"` // 存储区域
}
const (