Level 7
You can set specific mime on get by adding ?response-content-type= but it will work only for authenticated users.
Source: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html
I have problem, elixir .sass save css with wrong MIME. (text/x-c++ instead of text/css) and when I upload to s3 via: $s3->put($uploadFolder . $file, $fileContent, 'public'); CSS is not rendered in browser. How to pass proper MIME on upload? Tnx
Please or to participate in this conversation.