Re: Proxying large downloads from s3

2014-04-02 Thread Sudara Williams
Thanks Maxim! That is what I suspected with regards to proxy_buffering, as it is in line with your other responses on the list. With regards to early terminated / truncated large files — is this something you or anyone else has seen before? I'll see if I can get some better logging going on an

Proxying large downloads from s3

2014-04-01 Thread Sudara Williams
Hi guys! We are proxying files from s3 through our app and had a couple questions on ideal config. When I arrived on the scene, the following config was in place: location /download/ { internal; proxy_pass https://s3.amazonaws.com; proxy_buffering off; proxy_buffers 2 4m; pro