Skip to content

Commit

Permalink
Merge branch 'master' into 455-move-boilerplate-timeout-retry-docs-fr…
Browse files Browse the repository at this point in the history
…om-docstrings
  • Loading branch information
tseaver committed Jun 9, 2021
2 parents 4bb0001 + 2c87f2f commit 435c4e4
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 452 deletions.
2 changes: 1 addition & 1 deletion google/cloud/storage/bucket.py
Expand Up @@ -2969,7 +2969,7 @@ def generate_upload_policy(self, conditions, expiration=None, client=None):
to attach the signature.
"""
client = self._require_client(client)
credentials = client._base_connection.credentials
credentials = client._credentials
_signing.ensure_signed_credentials(credentials)

if expiration is None:
Expand Down

0 comments on commit 435c4e4

Please sign in to comment.