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

fix(static-website): re-enable static website hosting #202

Merged
merged 3 commits into from
May 13, 2022

Conversation

fargito
Copy link
Contributor

@fargito fargito commented May 6, 2022

The introduction of the single page app construct introduced a breaking change in the static website construct by removing the static website hosting.

This PR re-enables static website hosting and public read access for static buckets.

I also edited the static website tests in order to make them more strict.

Fixes #192

Also see:

@adriencaccia

@fargito fargito changed the title fix(static-website): enable custom bucket options fix(static-website): re-enable static website hosting May 8, 2022
@fargito fargito force-pushed the feat/static-website branch 4 times, most recently from 806b5aa to effcfba Compare May 9, 2022 10:29
Copy link
Collaborator

@fredericbarthelet fredericbarthelet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fargito for the proposed implementation :) I made some suggestion that will need a bit of refactoring. Happy to discuss in more details if you want to ;)

@mnapoli mnapoli added the bug Something isn't working label May 11, 2022
Copy link
Member

@mnapoli mnapoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for working on this!

All good for me, I'll let @fredericbarthelet review the changes.

@fredericbarthelet fredericbarthelet merged commit cb162a9 into getlift:master May 13, 2022
@fargito fargito deleted the feat/static-website branch May 13, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static websites fail to rewrite URL for sub directories
3 participants