We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
I opened #13 to address the correctness of #6 as well as this issue (which brought me here).
@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/
http://<bucket-name>.s3-website.<region>.amazonaws.com/
We are now logging the correct url for each file deployed.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: