Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions google/cloud/storage/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,7 @@ def get_iam_policy(
):
"""Retrieve the IAM policy for the object.

.. note:
.. note::

Blob- / object-level IAM support does not yet exist and methods
currently call an internal ACL backend not providing any utility
Expand Down Expand Up @@ -3120,7 +3120,7 @@ def set_iam_policy(
):
"""Update the IAM policy for the bucket.

.. note:
.. note::

Blob- / object-level IAM support does not yet exist and methods
currently call an internal ACL backend not providing any utility
Expand Down Expand Up @@ -3177,7 +3177,7 @@ def test_iam_permissions(
):
"""API call: test permissions

.. note:
.. note::

Blob- / object-level IAM support does not yet exist and methods
currently call an internal ACL backend not providing any utility
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"google-auth >= 1.25.0, < 3.0dev; python_version>='3.6'",
"google-api-core >= 1.29.0, < 2.0dev; python_version<'3.0'",
"google-api-core >= 1.29.0, < 3.0dev; python_version>='3.6'",
"google-cloud-core >= 1.6.0, < 2.0dev; python_version<'3.0'",
"google-cloud-core>=1.6.0, <2.1; python_version<'3.0'",
"google-cloud-core >= 1.6.0, < 3.0dev; python_version>='3.6'",
"google-resumable-media >= 1.3.0, < 2.0dev; python_version<'3.0'",
"google-resumable-media >= 1.3.0, < 3.0dev; python_version>='3.6'",
Expand Down