Skip to content

Commit

Permalink
Update doc reference for setting up a service account (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBE authored and tseaver committed Jul 10, 2017
1 parent a1d1b62 commit 8d352ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/google/cloud/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def _get_signed_query_params(credentials, expiration, string_to_sign):
"""
if not isinstance(credentials, google.auth.credentials.Signing):
auth_uri = ('http://google-cloud-python.readthedocs.io/en/latest/'
'google-cloud-auth.html#setting-up-a-service-account')
'core/auth.html?highlight=authentication#setting-up-'
'a-service-account')
raise AttributeError('you need a private key to sign credentials.'
'the credentials you are currently using %s '
'just contains a token. see %s for more '
Expand Down
3 changes: 2 additions & 1 deletion storage/google/cloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,8 @@ def generate_upload_policy(

if not isinstance(credentials, google.auth.credentials.Signing):
auth_uri = ('http://google-cloud-python.readthedocs.io/en/latest/'
'google-cloud-auth.html#setting-up-a-service-account')
'core/auth.html?highlight=authentication#setting-up-'
'a-service-account')
raise AttributeError(
'you need a private key to sign credentials.'
'the credentials you are currently using %s '
Expand Down

0 comments on commit 8d352ae

Please sign in to comment.