Skip to content

Commit 0a48e46

Browse files
daspecsterlukesneeringer
authored andcommitted
Remove storage acl chaining from docs. (googleapis#3201)
1 parent 030de07 commit 0a48e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/storage_snippets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def client_bucket_acl(client, to_delete):
7171
# [END acl_save]
7272

7373
# [START acl_revoke_write]
74-
acl.all().grant_read().revoke_write()
74+
acl.all().grant_read()
75+
acl.all().revoke_write()
7576
# [END acl_revoke_write]
7677

7778
# [START acl_save_bucket]

0 commit comments

Comments
 (0)