Skip to content

Commit

Permalink
fixed request header
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkokiefer committed Feb 8, 2011
1 parent 00038cc commit 9f0c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws.js
Expand Up @@ -47,7 +47,7 @@ var genericAWSClient = function(obj) {

if (obj.signHeader) {
headers["Date"] = now.toUTCString();
headers["X-Amzn-Authorization"] =
headers["x-amzn-authorization"] =
"AWS3-HTTPS " +
"AWSAccessKeyId=" + obj.accessKeyId + ", " +
"Algorithm=HmacSHA256, " +
Expand Down

0 comments on commit 9f0c3ae

Please sign in to comment.