chore(qiniu): qiniu upload remove zone, support all zone upload

This commit is contained in:
razeen
2021-08-11 08:31:04 -07:00
parent 78f5bfc1ce
commit b3b3be448f
2 changed files with 47 additions and 1 deletions
-1
View File
@@ -42,7 +42,6 @@ func QiniuUpload(params UploadParams) (string, error) {
uploadToken := putPolicy.UploadToken(mac)
// 上传配置
cfg := &storage.Config{
Zone: &storage.ZoneHuadong,
UseHTTPS: true,
}
// uploader