| Index: third_party/gsutil/cloudauth/oauth2_plugin.py
|
| diff --git a/third_party/gsutil/20110627/cloudauth/oauth2_plugin.py b/third_party/gsutil/cloudauth/oauth2_plugin.py
|
| similarity index 96%
|
| rename from third_party/gsutil/20110627/cloudauth/oauth2_plugin.py
|
| rename to third_party/gsutil/cloudauth/oauth2_plugin.py
|
| index b79c898e74c9c7d80ba6d33d8c52c05f0ed40c9b..b9839a523e94851f1f26920adfec4b374865385f 100644
|
| --- a/third_party/gsutil/20110627/cloudauth/oauth2_plugin.py
|
| +++ b/third_party/gsutil/cloudauth/oauth2_plugin.py
|
| @@ -42,4 +42,4 @@ class OAuth2Auth(AuthHandler):
|
| if not credentials or credentials.invalid:
|
| raise NotReadyToAuthenticate()
|
| http_request.headers['Authorization'] = (
|
| - 'OAuth %s' % str(credentials.access_token))
|
| + 'Bearer %s' % str(credentials.access_token))
|
|
|