s3_website.json 279 B

1234567891011
  1. {
  2. "ErrorDocument": {
  3. "Key": "jsearch/index.html"
  4. },
  5. "IndexDocument": {
  6. "Suffix": "index.html"
  7. },
  8. "RoutingRules": [
  9. { "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "jsearch/" } }
  10. ]
  11. }