laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

index_document and error_document are not documented #269

Closed rayjolt closed 7 years ago

rayjolt commented 7 years ago

I see index_document and error_document in the configuration file template, but these are not mentioned in README.md, and I do not see them anywhere else in the code. Should these options be removed from the template? (Or have I missed something?)

alexey-pelykh commented 7 years ago

Seems that they are just mentioned in that document and not actually supported

alexey-pelykh commented 7 years ago

setBucketWebsiteConfiguration is not called from anywhere, thus there's no way to configure any of static website settings at this point. That's supported in npm s3-website, FYI.

laurilehmijoki commented 7 years ago

Index and error docs are mentioned here: https://github.com/laurilehmijoki/configure-s3-website/search?q=index

That's a dependency of this project.