Skip to content

Instantly share code, notes, and snippets.

@cggaurav
Created September 18, 2013 14:14
Show Gist options
  • Save cggaurav/6609751 to your computer and use it in GitHub Desktop.
Save cggaurav/6609751 to your computer and use it in GitHub Desktop.
S3 BUCKET CONFIG
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment