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

Unified Diff: tools/telemetry/third_party/gsutilz/gslib/commands/mb.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/mb.py
diff --git a/tools/telemetry/third_party/gsutilz/gslib/commands/mb.py b/tools/telemetry/third_party/gsutilz/gslib/commands/mb.py
index 591cb14d1170b9045e3c2bcc843a66445ff882f1..2cdd349e553dd0bc04a1b6f9bffbf2a372f79277 100644
--- a/tools/telemetry/third_party/gsutilz/gslib/commands/mb.py
+++ b/tools/telemetry/third_party/gsutilz/gslib/commands/mb.py
@@ -98,15 +98,15 @@ _DETAILED_HELP_TEXT = ("""
If you specify the Durable Reduced Availability storage class (-c DRA), you
can specify one of the continental locations above or one of the regional
- locations below:
+ locations below: [1]_
- ASIA-EAST1 (Eastern Asia-Pacific)
- - US-EAST1 (Eastern United States) [1]_
- - US-EAST2 (Eastern United States) [1]_
- - US-EAST3 (Eastern United States) [1]_
- - US-CENTRAL1 (Central United States) [1]_
- - US-CENTRAL2 (Central United States) [1]_
- - US-WEST1 (Western United States) [1]_
+ - US-EAST1 (Eastern United States)
+ - US-EAST2 (Eastern United States)
+ - US-EAST3 (Eastern United States)
+ - US-CENTRAL1 (Central United States)
+ - US-CENTRAL2 (Central United States)
+ - US-WEST1 (Western United States)
Example:
gsutil mb -c DRA -l US-CENTRAL1 gs://some-bucket

Powered by Google App Engine
This is Rietveld 408576698