]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/files/default/replication-bin/replicate-changesets
Do not report progress on scripted s3 uploads
[chef.git] / cookbooks / planet / files / default / replication-bin / replicate-changesets
index 87334f21a06b51f840b01e708a6a03c4fce48a71..5d47266e62ba3eac96d9e99ac0a7a8d257d8c7d1 100755 (executable)
@@ -264,8 +264,8 @@ class Replicator
       s3_file = s3_stem + ".osm.gz"
       s3_state_file = s3_stem + ".state.txt"
 
-      system("/opt/awscli/v2/current/bin/aws", "--profile=osm-pds-upload", "s3", "cp", "--storage-class=INTELLIGENT_TIERING", data_file, s3_file)
-      system("/opt/awscli/v2/current/bin/aws", "--profile=osm-pds-upload", "s3", "cp", "--storage-class=INTELLIGENT_TIERING", data_state_file, s3_state_file)
+      system("/opt/awscli/v2/current/bin/aws", "--profile=osm-pds-upload", "s3", "cp", "--storage-class=INTELLIGENT_TIERING", "--no-progress", data_file, s3_file)
+      system("/opt/awscli/v2/current/bin/aws", "--profile=osm-pds-upload", "s3", "cp", "--storage-class=INTELLIGENT_TIERING", "--no-progress", data_state_file, s3_state_file)
     end
   end