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: 268
        
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?
Thanks
© Server Fault or respective owner