amazon web services - Getting "[Errno 14] Bad address" when using Trickle with AWS CLI -
i'm trying use trickle aws cli s3. when run sync command without trickle, goes through without error (but i'm hitting host's bandwidth limits). when run same command trickle following output , script shuts down:
[errno 14] bad address
the command i'm trying run is:
trickle -u 3000 /usr/local/bin/aws s3 sync /local/path s3://s3/path --delete
i added -s
flag make trickle run "standalone" , started working fine.
Comments
Post a Comment