Skip to content

Instantly share code, notes, and snippets.

@Arthelon
Created October 26, 2016 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arthelon/7efefbf5a3b1a95e765ca7d8bda3ed4e to your computer and use it in GitHub Desktop.
Save Arthelon/7efefbf5a3b1a95e765ca7d8bda3ed4e to your computer and use it in GitHub Desktop.
S3 CORS Config
<CORSConfiguration>
<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