Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print static website url upon completion #11

Closed
dan-kez opened this issue Oct 31, 2017 · 3 comments
Closed

Print static website url upon completion #11

dan-kez opened this issue Oct 31, 2017 · 3 comments

Comments

@dan-kez
Copy link

dan-kez commented Oct 31, 2017

It would be nice to be able to have the amazon generated static website url generated upon completion.

e.g.

http://<bucket-name>.s3-website-<region>.amazonaws.com/

@fernando-mc
Copy link
Owner

@dmk255 I think this is a great suggestion. There's a PR open for how we can do this correctly - #6

Feel free to put your thoughts there.

@amsross
Copy link
Contributor

amsross commented Nov 23, 2017

I opened #13 to address the correctness of #6 as well as this issue (which brought me here).

@fernando-mc
Copy link
Owner

@amsross and @dmk255 v1.3 is published which outputs the static website endpoint.

Be aware that this is not always:
http://<bucket-name>.s3-website-<region>.amazonaws.com/

Sometimes it is:
http://<bucket-name>.s3-website.<region>.amazonaws.com/

We are now logging the correct url for each file deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants