Skip to content

Instantly share code, notes, and snippets.

@michaelevensen
Created February 6, 2017 14:07
Show Gist options
  • Save michaelevensen/9181e02103ebabc7a90c964adaff6a74 to your computer and use it in GitHub Desktop.
Save michaelevensen/9181e02103ebabc7a90c964adaff6a74 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>michaelevensen.com</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>HEAD</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