Open renandincer opened 8 years ago
Upon creation, S3 error pages are set to return /error.html https://github.com/EagerIO/Stout/blob/master/src/admin.go#L27
/error.html
meanwhile CloudFront errors return /index.html to support single page web apps. https://github.com/EagerIO/Stout/blob/master/src/admin.go#L106
/index.html
this might be confusing/contradicting
@zackbloom
So the general idea is to just kill the version which is assigned in S3? That makes sense to me.
Upon creation, S3 error pages are set to return
/error.html
https://github.com/EagerIO/Stout/blob/master/src/admin.go#L27meanwhile CloudFront errors return
/index.html
to support single page web apps. https://github.com/EagerIO/Stout/blob/master/src/admin.go#L106this might be confusing/contradicting