s3_website.json 529 B

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