Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored May 17, 2017
1 parent 47baea9 commit 6d062e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/auth/access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def list_buckets(project_id, access_token):
'project': project_id
}
headers = {
'Authentication': 'Bearer {}'.format(access_token)
'Authorization': 'Bearer {}'.format(access_token)
}

r = requests.get(url, params=params, headers=headers)
Expand Down

0 comments on commit 6d062e7

Please sign in to comment.