对合并代码进行微调

This commit is contained in:
pixel
2021-02-27 10:48:51 +08:00
parent 4cea6f9f5d
commit 62bc8092e2
3 changed files with 11 additions and 12 deletions

View File

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