In my application I'm using Zend_Service_Amazon_S3 to store some big media files. When a user downloads a file, the application first copies the file to the local server and from there the file, together with some headers to force download the file, is sent to the browser.
Is there a way to let Amazon stream the file directly to the browser without having to copy the entire file to the local server? Ideally the application still can choose the name of the force downloaded file (which in many cases is not the same as the file on Amazon).