Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/gsutil/gslib/commands/acl.py

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/gslib/command_runner.py ('k') | third_party/gsutil/gslib/commands/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/commands/acl.py
diff --git a/third_party/gsutil/gslib/commands/acl.py b/third_party/gsutil/gslib/commands/acl.py
index a63dcfe717b87411df801cd938abc140a2595273..096d9467f27e222019c59c02b03da68ab03a0e0e 100644
--- a/third_party/gsutil/gslib/commands/acl.py
+++ b/third_party/gsutil/gslib/commands/acl.py
@@ -96,8 +96,9 @@ _SET_DESCRIPTION = """
gsutil -m acl set acl.txt gs://bucket/*.jpg
Note that multi-threading/multi-processing is only done when the named URLs
- refer to objects. gsutil -m acl set gs://bucket1 gs://bucket2 will run the
- acl set operations sequentially.
+ refer to objects, which happens either if you name specific objects or
+ if you enumerate objects by using an object wildcard or specifying
+ the acl -r flag.
<B>SET OPTIONS</B>
« no previous file with comments | « third_party/gsutil/gslib/command_runner.py ('k') | third_party/gsutil/gslib/commands/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698