Skip to content
Merged
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
7 changes: 0 additions & 7 deletions storage/google/cloud/storage/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
:start-after: [START acl_user_settings]
:end-before: [END acl_user_settings]

You can also chain these ``grant_*`` and ``revoke_*`` methods together
for brevity:

.. literalinclude:: storage_snippets.py
:start-after: [START acl_revoke_write]
:end-before: [END acl_revoke_write]

After that, you can save any changes you make with the
:func:`google.cloud.storage.acl.ACL.save` method:

Expand Down