grafana/docs/s3_website.json
Torkel Ödegaard d7ce7271fe Updated docs
2015-03-09 20:20:44 +01:00

12 lines
279 B
JSON

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