Skip to content

Commit

Permalink
修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeXu committed May 7, 2015
1 parent d99037c commit 3ca91ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/signers/oss.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ALY.Signers.OSS = inherit(ALY.Signers.RequestSigner, {

var parts = [];
parts.push(r.method);
parts.push(r.headers['Content-MD5'] || r.headers['content-mD5'] || '');
parts.push(r.headers['Content-MD5'] || r.headers['content-md5'] || '');
parts.push(r.headers['Content-Type'] || r.headers['content-type'] || '');

// This is the "Date" header, but we use X-Amz-Date.
Expand Down

0 comments on commit 3ca91ce

Please sign in to comment.