Hello,

Running Squid 3.5 on Centos

I am trying to limit uploads to AWS S3 buckets using squid to prevent
saturation by end users.

I have tried utilizing client delay pools but they seem to have no effect.
delay pools for limiting downloads work great but I am trying to limit up
not down.

In the below config servera is correctly limited on download but not upload.
Anyone get client delay pools working properly? Can you spot any error in
my config?

Squid was compiled with
--enable-delay-pools


delay_pools 1
client_delay_pools 1
delay_class 1 1
delay_parameters 1 250000/250000
client_delay_parameters 1 250000 250000
delay_access 1 allow servera
client_delay_access 1 allow servera

Thanks
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to