对合并代码进行微调
This commit is contained in:
@@ -30,6 +30,8 @@ func NewOss() OSS {
|
||||
return &Qiniu{}
|
||||
case "tencent-cos":
|
||||
return &TencentCOS{}
|
||||
case "aliyun-cos":
|
||||
return &AliyunOSS{}
|
||||
default:
|
||||
return &Local{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user