2014-04-15 06:01:25 +00:00
|
|
|
{
|
|
|
|
"ErrorDocument": {
|
|
|
|
"Key": "jsearch/index.html"
|
|
|
|
},
|
|
|
|
"IndexDocument": {
|
|
|
|
"Suffix": "index.html"
|
|
|
|
},
|
|
|
|
"RoutingRules": [
|
|
|
|
{ "Condition": { "KeyPrefixEquals": "en/latest/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
|
|
|
{ "Condition": { "KeyPrefixEquals": "en/master/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
|
|
|
{ "Condition": { "KeyPrefixEquals": "en/v0.6.3/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
2014-04-30 10:12:21 +10:00
|
|
|
{ "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "ReplaceKeyPrefixWith": "jsearch/" } },
|
2014-04-29 13:33:22 +10:00
|
|
|
{ "Condition": { "KeyPrefixEquals": "index/" }, "Redirect": { "ReplaceKeyPrefixWith": "docker-io/" } },
|
2014-04-30 10:12:21 +10:00
|
|
|
{ "Condition": { "KeyPrefixEquals": "reference/api/index_api/" }, "Redirect": { "ReplaceKeyPrefixWith": "reference/api/docker-io_api/" } }
|
2014-04-15 06:01:25 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|