Skip to content

Commit

Permalink
修改 ak
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Aug 30, 2017
1 parent 2251605 commit 5d80cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var crypto = require('crypto');

var cos = {
// 获取个人 API 密钥 https://console.qcloud.com/capi
SecretId: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
SecretId: 'AKIDxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
SecretKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
getAuthorization: function (method, pathname, callback) {
method = (method ? method : 'post').toLowerCase();
Expand Down

0 comments on commit 5d80cf2

Please sign in to comment.