Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Oct 23, 2013
1 parent e98baf7 commit d5df4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions botocore/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def __init__(self, credentials, service_name, region_name):
# later for real requests.
now = datetime.datetime.utcnow()
self.timestamp = now.strftime('%Y%m%dT%H%M%SZ')
self.region_name = region_name
self.service_name = service_name
self._region_name = region_name
self._service_name = service_name

def _sign(self, key, msg, hex=False):
if hex:
Expand Down

0 comments on commit d5df4ad

Please sign in to comment.