Skip to content

Commit

Permalink
修改 CORS 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Sep 1, 2017
1 parent 5d80cf2 commit 1eee838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function putBucketCors() {
"x-cos-grant-full-control",
],
"ExposeHeader": ["ETag"],
"MaxAgeSeconds": "600"
"MaxAgeSeconds": "5"
}]
}
}, function (err, data) {
Expand Down

0 comments on commit 1eee838

Please sign in to comment.