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

Request: Provide URL of deployed site #113

Open bu-ra3y opened 4 years ago

bu-ra3y commented 4 years ago

using version: 4.0.0-rc3

First off, thank you for this package!

A feature request: I would like the deploy script to output the URL at which I can load my site.

A url is mentioned during deploy but it's not the one needed to load the site. INFO Deploying 39 assets from /Users/<user>/project/web/dist/ to https://s3-us-east-1.amazonaws.com/<bucket>/

In this case the site can be loaded at: https://s3.amazonaws.com/<bucket>/index.html rather than: https://s3-us-east-1.amazonaws.com/<bucket>/

nicekiwi commented 4 years ago

Good idea! :)