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

Conflicting error responses between S3 and CloudFront #25

Open
renandincer opened this issue Jul 8, 2016 · 2 comments
Open

Conflicting error responses between S3 and CloudFront #25

renandincer opened this issue Jul 8, 2016 · 2 comments
Assignees
Labels

Comments

@renandincer
Copy link
Member

renandincer commented Jul 8, 2016

Upon creation, S3 error pages are set to return /error.html
https://github.com/EagerIO/Stout/blob/master/src/admin.go#L27

meanwhile CloudFront errors return /index.html to support single page web apps.
https://github.com/EagerIO/Stout/blob/master/src/admin.go#L106

this might be confusing/contradicting

@renandincer renandincer self-assigned this Jul 8, 2016
@renandincer renandincer changed the title Conflicting error responses between s3 and cloudfront Conflicting error responses between S3 and CloudFront Jul 8, 2016
@renandincer
Copy link
Member Author

@zackbloom

@zackbloom
Copy link
Contributor

So the general idea is to just kill the version which is assigned in S3? That makes sense to me.

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

No branches or pull requests

2 participants