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

Unified Diff: tools/telemetry/third_party/gsutilz/gslib/addlhelp/versions.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/addlhelp/versions.py
diff --git a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/versions.py b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/versions.py
index 715125bc2365fc7eff274985e52335d998b138ab..5c1156681f69f775fc7285abfe190e7f2d64d2aa 100644
--- a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/versions.py
+++ b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/versions.py
@@ -143,7 +143,7 @@ _DETAILED_HELP_TEXT = ("""
<B>COPYING VERSIONED BUCKETS</B>
You can copy data between two versioned buckets, using a command like:
- gsutil cp -r gs://bucket1/* gs://bucket2
+ gsutil cp -r -A gs://bucket1/* gs://bucket2
When run using versioned buckets, this command will cause every object version
to be copied. The copies made in gs://bucket2 will have different generation
@@ -167,12 +167,6 @@ _DETAILED_HELP_TEXT = ("""
same sequence of sizes in both listings), but the generation numbers (and
timestamps) are newer in gs://bucket2.
- WARNING: If you use the gsutil -m option when copying the objects (to parallel
- copy the data), object version ordering will NOT be preserved. All object
- versions will be copied, but (for example) the latest/live version in the
- destination bucket might be from one of the earlier versions in the source
- bucket (and similarly, other versions may be out of order). When copying
- versioned data it is advisable not to use the gsutil -m option.
<B>CONCURRENCY CONTROL</B>

Powered by Google App Engine
This is Rietveld 408576698