Skip to content

Commit

Permalink
修复PutBucketPolicy错误
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Aug 29, 2017
1 parent 01fc8bb commit 734a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function putBucketPolicy(params, callback) {
Region: params.Region,
AppId: params.AppId,
action: '/?policy',
body: Policy,
body: PolicyStr,
headers: headers,
json: true,
}, function (err, data) {
Expand Down

0 comments on commit 734a212

Please sign in to comment.