We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9296c commit 2e27eddCopy full SHA for 2e27edd
google/cloud/storage/iam.py
@@ -25,7 +25,7 @@
25
STORAGE_OBJECT_VIEWER_ROLE = "roles/storage.objectViewer"
26
"""Role implying rights to view object properties, excluding ACLs."""
27
28
-STORAGE_OBJECT_ADMIN_ROLE = "roles/storage.objectViewer"
+STORAGE_OBJECT_ADMIN_ROLE = "roles/storage.objectAdmin"
29
"""Role implying full control of objects."""
30
31
STORAGE_ADMIN_ROLE = "roles/storage.admin"
0 commit comments