Skip to content

Commit 752b7b8

Browse files
authored
feat 1.3.9 (#151)
* feat 1.3.9 * build Co-authored-by: chrisftian <[email protected]>
1 parent bdf1aea commit 752b7b8

File tree

7 files changed

+861
-841
lines changed

7 files changed

+861
-841
lines changed

Diff for: demo/demo.js

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ function putBucketCors() {
331331
cos.putBucketCors({
332332
Bucket: config.Bucket, // Bucket 格式:test-1250000000
333333
Region: config.Region,
334+
ResponseVary: "true",
334335
CORSRules: [{
335336
"AllowedOrigin": ["*"],
336337
"AllowedMethod": ["GET", "POST", "PUT", "DELETE", "HEAD"],

0 commit comments

Comments
 (0)