Skip to content

Commit 6d062e7

Browse files
author
Jon Wayne Parrott
authored
1 parent 47baea9 commit 6d062e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/auth/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def list_buckets(project_id, access_token):
5151
'project': project_id
5252
}
5353
headers = {
54-
'Authentication': 'Bearer {}'.format(access_token)
54+
'Authorization': 'Bearer {}'.format(access_token)
5555
}
5656

5757
r = requests.get(url, params=params, headers=headers)

0 commit comments

Comments
 (0)