mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Fix: wrong upload URL for cos policy
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user