Skip to content

Commit 5ad7fa6

Browse files
authored
Merge pull request #19 from serverless-tencent/fix_website
fix: cos_bucket
2 parents 2b5b1a7 + 50a4913 commit 5ad7fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/baas/cos/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class Cos {
444444
}
445445
await this.upload(uploadDict)
446446

447-
return `${inputs.bucket}-${inputs.appid}.cos-website.${this.region}.myqcloud.com`
447+
return `${inputs.bucket}.cos-website.${this.region}.myqcloud.com`
448448
}
449449

450450
async deploy(inputs = {}) {

0 commit comments

Comments
 (0)