Skip to content

Instantly share code, notes, and snippets.

@beznosd
Created January 10, 2018 13:21
Show Gist options
  • Save beznosd/3d276e246e85dc800d1d88a54f7f4334 to your computer and use it in GitHub Desktop.
Save beznosd/3d276e246e85dc800d1d88a54f7f4334 to your computer and use it in GitHub Desktop.
cors.xml
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment