multiplegeorges / vue-cli-plugin-s3-deploy

A vue-cli plugin that uploads your built Vue.js project to an S3 bucket
MIT License
331 stars 51 forks source link

Set content-type header #127

Closed thejmill closed 3 years ago

thejmill commented 3 years ago

Is there currently an option to set the content-type of a file when uploading to S3? I'm trying to add the Apple universal links file and need it to be "application/json" as the content type.

nicekiwi commented 3 years ago

It should be detecting the filetype from the extension and applying the content type from that, is it not?