I work on an application that store media file on amazon S3. When I store them I rename it with a unique id but I would like to serve them with their original name. To rename files on download, amazon S3 let you set Content-Disposition header when you GET a resource or set Content-Disposition in objects' metadatas. My question is : how to perform it for media files ?
Thanks in advance