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

Add cacheControlPerFile option #86

Closed mhluska closed 4 years ago

mhluska commented 4 years ago

Useful when you want to set a low max-age for index.html such as 10 minutes but a high max-age like 1 year for cache-busted static assets.

nicekiwi commented 4 years ago

Implemented in 4.0.0.