Skip to content

Silence progress messages for `aws s3 sync`

Robert Speicher requested to merge rs-aws-no-progress into master

This reduces messages in the log output as part of #5774.

See --no-progress documentation at https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html:

--no-progress (boolean) File transfer progress is not displayed. This flag is only applied when the quiet and only-show-errors flags are not provided.

This should remove messages like this:

Completed 2.3 MiB/877.0 MiB (2.3 MiB/s) with 2 file(s) remaining    
Completed 2.5 MiB/877.0 MiB (2.5 MiB/s) with 2 file(s) remaining    
Completed 2.8 MiB/877.0 MiB (2.8 MiB/s) with 2 file(s) remaining    
Completed 3.0 MiB/877.0 MiB (3.0 MiB/s) with 2 file(s) remaining    
Completed 3.3 MiB/877.0 MiB (3.2 MiB/s) with 2 file(s) remaining    
Completed 3.5 MiB/877.0 MiB (3.4 MiB/s) with 2 file(s) remaining    
Completed 3.8 MiB/877.0 MiB (3.7 MiB/s) with 2 file(s) remaining    
Completed 4.0 MiB/877.0 MiB (3.9 MiB/s) with 2 file(s) remaining    
Completed 4.3 MiB/877.0 MiB (4.2 MiB/s) with 2 file(s) remaining    
Completed 4.5 MiB/877.0 MiB (4.3 MiB/s) with 2 file(s) remaining    
Completed 4.8 MiB/877.0 MiB (4.5 MiB/s) with 2 file(s) remaining    
Completed 5.0 MiB/877.0 MiB (4.7 MiB/s) with 2 file(s) remaining    
Completed 5.3 MiB/877.0 MiB (4.9 MiB/s) with 2 file(s) remaining    
Completed 5.5 MiB/877.0 MiB (5.1 MiB/s) with 2 file(s) remaining    
Completed 5.8 MiB/877.0 MiB (5.3 MiB/s) with 2 file(s) remaining    
Completed 6.0 MiB/877.0 MiB (5.6 MiB/s) with 2 file(s) remaining    
Completed 6.3 MiB/877.0 MiB (5.8 MiB/s) with 2 file(s) remaining    
Completed 6.5 MiB/877.0 MiB (5.9 MiB/s) with 2 file(s) remaining    
Completed 6.8 MiB/877.0 MiB (6.2 MiB/s) with 2 file(s) remaining    
Completed 7.0 MiB/877.0 MiB (6.3 MiB/s) with 2 file(s) remaining    
Completed 7.3 MiB/877.0 MiB (6.5 MiB/s) with 2 file(s) remaining    
Completed 7.5 MiB/877.0 MiB (6.7 MiB/s) with 2 file(s) remaining    
Completed 7.8 MiB/877.0 MiB (6.9 MiB/s) with 2 file(s) remaining    
Completed 8.0 MiB/877.0 MiB (7.1 MiB/s) with 2 file(s) remaining    
Completed 8.3 MiB/877.0 MiB (7.4 MiB/s) with 2 file(s) remaining    
Completed 8.5 MiB/877.0 MiB (7.3 MiB/s) with 2 file(s) remaining    
Completed 8.8 MiB/877.0 MiB (7.5 MiB/s) with 2 file(s) remaining    
Completed 9.0 MiB/877.0 MiB (7.8 MiB/s) with 2 file(s) remaining    
Completed 9.3 MiB/877.0 MiB (7.9 MiB/s) with 2 file(s) remaining    
Completed 9.5 MiB/877.0 MiB (8.1 MiB/s) with 2 file(s) remaining    
Completed 9.8 MiB/877.0 MiB (8.3 MiB/s) with 2 file(s) remaining    

Merge request reports