Skip to content

Instantly share code, notes, and snippets.

@round
Created October 3, 2014 02:11
Show Gist options
  • Save round/c6d2db6a968b40304d7c to your computer and use it in GitHub Desktop.
Save round/c6d2db6a968b40304d7c to your computer and use it in GitHub Desktop.
S3 Cors Configuration
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment