Amazon S3 not sending Content-Type header

Posted by Luke____ on Server Fault See other posts from Server Fault or by Luke____
Published on 2010-06-01T11:58:33Z Indexed on 2010/06/01 12:03 UTC
Read the original article Hit count: 219

Filed under:
|
|

I have an application that downloads content from various sources. It relies on the "Content-Type" header being set on images. The majority of web-servers do this correctly but it appears Amazon S3 server is not setting the Content-Type.

I assume Amazon servers are configured correctly so what could be the problem? Are these images not uploaded correctly? Or should I not be relying on content type being set?

Example

Thanks

© Server Fault or respective owner

Related posts about amazon-s3

Related posts about http-headers