mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
75 lines
1.8 KiB
XML
75 lines
1.8 KiB
XML
|
<!--
|
||
|
AWS S3 routing rules for old content
|
||
|
needs to be manually added to S3 bucket
|
||
|
-->
|
||
|
<RoutingRules>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>lab/</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>lab.kremalicious.com</HostName>
|
||
|
<ReplaceKeyWith></ReplaceKeyWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>lab</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>lab.kremalicious.com</HostName>
|
||
|
<ReplaceKeyWith></ReplaceKeyWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>csspaperstack/</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>lab.kremalicious.com</HostName>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>csspaperstack</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>lab.kremalicious.com</HostName>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>download/</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<ReplaceKeyPrefixWith>media/</ReplaceKeyPrefixWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>feed/</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<ReplaceKeyPrefixWith>feed.xml</ReplaceKeyPrefixWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>portfolio/</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>matthiaskretschmann.com</HostName>
|
||
|
<ReplaceKeyWith></ReplaceKeyWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
<RoutingRule>
|
||
|
<Condition>
|
||
|
<KeyPrefixEquals>portfolio</KeyPrefixEquals>
|
||
|
</Condition>
|
||
|
<Redirect>
|
||
|
<HostName>matthiaskretschmann.com</HostName>
|
||
|
<ReplaceKeyWith></ReplaceKeyWith>
|
||
|
</Redirect>
|
||
|
</RoutingRule>
|
||
|
</RoutingRules>
|