mirror of https://github.com/cloudreve/Cloudreve
Fix: wrong upload URL for cos policy
parent
d0718433bc
commit
45ec4b3f8b
|
@ -220,7 +220,7 @@ func (policy *Policy) GetUploadURL() string {
|
||||||
case "oss":
|
case "oss":
|
||||||
return "https://" + policy.BucketName + "." + policy.Server
|
return "https://" + policy.BucketName + "." + policy.Server
|
||||||
case "cos":
|
case "cos":
|
||||||
return policy.BaseURL
|
return policy.Server
|
||||||
case "upyun":
|
case "upyun":
|
||||||
return "http://v0.api.upyun.com/" + policy.BucketName
|
return "http://v0.api.upyun.com/" + policy.BucketName
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue