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-data drop down. But there is no option for that there.
How do you I do that?
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-data drop down. But there is no option for that there.
How do you I do that?
The issue does seem be to change the MIME in S3.
To be more specific, you need to log into Amazon S3 Console
To change the content type, find the object in the AWS Console, go to the
Properties
tab and underMetadata
add aContent-Type
key with the required MIME type as the value for that key (e.g.video/mp4
).