I am trying to change a mp4 video file\'s MIME that is stored on Amazon S3.
I tried searching under the properties listing when you right click and then the meta-dat
To change the content type, find the object in the AWS Console, go to the Properties
tab and under Metadata
add a Content-Type
key with the required MIME type as the value for that key (e.g. video/mp4
).
The issue does seem be to change the MIME in S3.
To be more specific, you need to log into Amazon S3 Console