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

Unified Diff: third_party/gsutil/gslib/commands/mb.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/commands/defacl.py ('k') | third_party/gsutil/gslib/commands/perfdiag.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/commands/mb.py
diff --git a/third_party/gsutil/gslib/commands/mb.py b/third_party/gsutil/gslib/commands/mb.py
index 591cb14d1170b9045e3c2bcc843a66445ff882f1..2cdd349e553dd0bc04a1b6f9bffbf2a372f79277 100644
--- a/third_party/gsutil/gslib/commands/mb.py
+++ b/third_party/gsutil/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
« no previous file with comments | « third_party/gsutil/gslib/commands/defacl.py ('k') | third_party/gsutil/gslib/commands/perfdiag.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698