Possible to adjust command status refresh rate? `aws s3 cp` returns too much data.

0

Whenever I use the aws s3 cp command, it sends back too much data in the form of constantly updating the transfer rate. When I'm connected to a remote host, via ssh for example, and running this command, it generate over 100 kiB/s at times. Sorry but that's ridiculous to me. We don't need the transfer speed updated every millisecond. Is there a way to adjust this refresh rate so it's updated whenever we want? once/second or once/10 s., etc.? Thanks

已提問 1 年前檢視次數 191 次
1 個回答
0

It's not possible to change the refresh rate. But you can use a few options to reduce the information that is displayed from that command, or also run in silent mode. See the flags --quiet, --only-show-errors and --no-progress in the documentation here: https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html

AWS
dsp
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南