Skip to content

Commit

Permalink
Note blob-only relevance for no-op '_PropertyHelper._encryption_heade…
Browse files Browse the repository at this point in the history
…rs'.

Addresses
#7441 (comment)
  • Loading branch information
tseaver committed Mar 11, 2019
1 parent ab0d1ff commit 0c5a4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage/google/cloud/storage/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ def _require_client(self, client):
def _encryption_headers(self):
"""Return any encryption headers needed to fetch the object.
.. note::
Defined here because :meth:`reload` calls it, but this method is
really only relevant for :class:`~google.cloud.storage.blob.Blob`.
:rtype: dict
:returns: a mapping of encryption-related headers.
"""
Expand Down

0 comments on commit 0c5a4f7

Please sign in to comment.