Skip to content

Instantly share code, notes, and snippets.

@vinayakhumberi
Created July 24, 2019 13:16
Show Gist options
  • Save vinayakhumberi/0b77abadd9ddec3afcf55c03dd4a4d42 to your computer and use it in GitHub Desktop.
Save vinayakhumberi/0b77abadd9ddec3afcf55c03dd4a4d42 to your computer and use it in GitHub Desktop.
<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