aws routing rules

This commit is contained in:
Matthias Kretschmann 2018-04-05 14:44:58 +02:00
parent 3c5e503563
commit 4171082fdb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 32 additions and 0 deletions

View File

@ -23,4 +23,36 @@
<ReplaceKeyPrefixWith>features/#usecases</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>getstarted/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>developers/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guide/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/guide</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guides/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/guides</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
</RoutingRules>