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

Unified Diff: tools/telemetry/third_party/gsutilz/gslib/commands/acl.py

Issue 1376593003: Roll gsutil version to 4.15. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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
Index: tools/telemetry/third_party/gsutilz/gslib/commands/acl.py
diff --git a/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py b/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py
index a63dcfe717b87411df801cd938abc140a2595273..096d9467f27e222019c59c02b03da68ab03a0e0e 100644
--- a/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py
+++ b/tools/telemetry/third_party/gsutilz/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>

Powered by Google App Engine
This is Rietveld 408576698