summaryrefslogtreecommitdiff
path: root/megapixels/commands/datasets/s3_sync.py
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2018-12-18 01:15:36 +0100
committeradamhrv <adam@ahprojects.com>2018-12-18 01:15:36 +0100
commit994d74feae29f2577bc04e10dd4bafbfb3dc8e83 (patch)
treebc70ee0081d665ce63e5099e6688c3d839adb6cf /megapixels/commands/datasets/s3_sync.py
parentc7e73f613fc5189c0adeda9fd693cb6aca3d4247 (diff)
set jitter 25
Diffstat (limited to 'megapixels/commands/datasets/s3_sync.py')
-rw-r--r--megapixels/commands/datasets/s3_sync.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/megapixels/commands/datasets/s3_sync.py b/megapixels/commands/datasets/s3_sync.py
index 3098d9be..17940c6d 100644
--- a/megapixels/commands/datasets/s3_sync.py
+++ b/megapixels/commands/datasets/s3_sync.py
@@ -54,4 +54,8 @@ def cli(ctx, opt_data_store, opt_dataset, opt_type, opt_dryrun):
if not opt_dryrun:
subprocess.call(cmd)
- \ No newline at end of file
+
+'''
+upload: '/data_store_ssd/datasets/people/vgg_face2/media/uuid/00418e0e-48e9-44f9-b6a0-b2ffd773802e.jpg' -> 's3://megapixels/v1/media/vgg_face2/00418e0e-48e9-44f9-b6a0-b2ffd773802e.jpg' [3202 of 3187313]
+[2953 of 3187313]
+''' \ No newline at end of file