Skip to content

Commit

Permalink
Remove storage acl chaining from docs. (googleapis#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster authored and lukesneeringer committed Mar 24, 2017
1 parent 9baade9 commit 7d2d8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/storage_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def client_bucket_acl(client, to_delete):
# [END acl_save]

# [START acl_revoke_write]
acl.all().grant_read().revoke_write()
acl.all().grant_read()
acl.all().revoke_write()
# [END acl_revoke_write]

# [START acl_save_bucket]
Expand Down

0 comments on commit 7d2d8b3

Please sign in to comment.