Skip to content

Commit

Permalink
修改执行流程,支持 UseRawKey 参数,整理用例
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Nov 14, 2018
1 parent e25a475 commit 513a038
Show file tree
Hide file tree
Showing 10 changed files with 1,331 additions and 1,063 deletions.
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function putBucketCors() {
"AllowedOrigin": ["*"],
"AllowedMethod": ["GET", "POST", "PUT", "DELETE", "HEAD"],
"AllowedHeader": ["*"],
"ExposeHeader": ["ETag", "x-cos-acl", "x-cos-version-id", "x-cos-delete-marker", "x-cos-server-side-encryption"],
"ExposeHeader": ["ETag", "Content-Length", "x-cos-acl", "x-cos-version-id", "x-cos-delete-marker", "x-cos-server-side-encryption"],
"MaxAgeSeconds": "5"
}]
}
Expand Down
Loading

0 comments on commit 513a038

Please sign in to comment.