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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -