Skip to content

Instantly share code, notes, and snippets.

@rnicholus
Created July 8, 2016 19:50
Show Gist options
  • Save rnicholus/5d8d768ce830b9959c9247f98442a7d1 to your computer and use it in GitHub Desktop.
Save rnicholus/5d8d768ce830b9959c9247f98442a7d1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<ExposeHeader>ETag</ExposeHeader>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment