前端系统配置增加 tencent-cos aliyun-oss 配置

This commit is contained in:
pixel
2021-02-27 10:59:53 +08:00
parent 62bc8092e2
commit 5d4c4d53fc
2 changed files with 44 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ func NewOss() OSS {
return &Qiniu{}
case "tencent-cos":
return &TencentCOS{}
case "aliyun-cos":
case "aliyun-oss":
return &AliyunOSS{}
default:
return &Local{}