Throttling S3 commands with aws cli

前端 未结 5 2115
甜味超标
甜味超标 2021-02-07 07:31

I\'m running a backup script using AWS CLI to perform an S3 sync command every night on my MediaTemple server. This has run without fail for months, but I updated my Plesk insta

5条回答
  •  面向向阳花
    2021-02-07 07:51

    As well as changing the max default connections and chunk size already mentions you can also set the max_bandwidth. This is very effective when uploading large single files.

    aws configure set default.s3.max_bandwidth 50MB/s

提交回复
热议问题