| 1234567891011 |
- {
- "ErrorDocument": {
- "Key": "jsearch/index.html"
- },
- "IndexDocument": {
- "Suffix": "index.html"
- },
- "RoutingRules": [
- { "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "jsearch/" } }
- ]
- }
|