Skip to content

Commit

Permalink
Fix dupe header dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Trout committed Mar 4, 2014
1 parent 70d15b8 commit 28e34e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boto/auth.py
Expand Up @@ -221,7 +221,6 @@ def headers_to_sign(self, http_request):
Select the headers from the request that need to be included
in the StringToSign.
"""
headers_to_sign = {}
headers_to_sign = {'Host': self.host}
for name, value in http_request.headers.items():
lname = name.lower()
Expand Down

0 comments on commit 28e34e1

Please sign in to comment.