How do you change the MIME on Amazon S3?

后端 未结 2 1885
孤城傲影
孤城傲影 2020-12-19 09:24

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

相关标签:
2条回答
  • 2020-12-19 09:43

    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).

    0 讨论(0)
  • 2020-12-19 09:46

    The issue does seem be to change the MIME in S3.

    To be more specific, you need to log into Amazon S3 Console

    • Right on the file you need to change (or select them)
    • click on properties
    • click on metadata
    • HIGHLIGHT the text in "value" category (because "video/mp4" will not be in the drop down)
    • manually type in "video/mp4"
    • hit save
    0 讨论(0)
提交回复
热议问题