Created
July 24, 2019 13:16
-
-
Save vinayakhumberi/0b77abadd9ddec3afcf55c03dd4a4d42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RoutingRules> | |
<RoutingRule> | |
<Condition> | |
<KeyPrefixEquals/> | |
<HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals> | |
</Condition> | |
<Redirect> | |
<Protocol>https</Protocol> | |
<HostName>__YOUR_API_HOSTNAME_HERE__</HostName> | |
<ReplaceKeyPrefixWith>prod/resize?key=</ReplaceKeyPrefixWith> | |
<HttpRedirectCode>307</HttpRedirectCode> | |
</Redirect> | |
</RoutingRule> | |
</RoutingRules> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment