<div dir="ltr"><div>Hello,</div><div><br></div><div>Running Squid 3.5 on Centos<br></div><div><br></div><div>I am trying to limit uploads to AWS S3 buckets using squid to prevent saturation by end users.<br></div><div><br></div><div>I have tried utilizing client delay pools but they seem to have no effect. <br></div><div>delay pools for limiting downloads work great but I am trying to limit up not down.</div><div><br></div><div>In the below config servera is correctly limited on download but not upload.<br></div><div>Anyone get client delay pools working properly? Can you spot any error in my config?<br></div><div><br></div><div>Squid was compiled with<br></div><div>--enable-delay-pools</div><div><br></div><div><br></div><div>delay_pools 1<br>client_delay_pools 1<br>delay_class 1 1<br>delay_parameters 1 250000/250000 <br>client_delay_parameters 1 250000 250000<br>delay_access 1 allow servera<br>client_delay_access 1 allow servera<br></div><div><br></div><div>Thanks<br></div></div>