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

S3 Encrypted PUT #130

Open jered-miller opened 3 years ago

jered-miller commented 3 years ago

Our organization requires that all PUTs to S3 are encrypted (--sse flag when using cli). Is it possible to configure this with s3-deploy?