Skip to content

Instantly share code, notes, and snippets.

@jetstreamin
Last active February 16, 2019 22:20
Show Gist options
  • Save jetstreamin/dbce8eefc26657ad4a6d8d6b0c70f6ca to your computer and use it in GitHub Desktop.
Save jetstreamin/dbce8eefc26657ad4a6d8d6b0c70f6ca to your computer and use it in GitHub Desktop.
AWS - S3 - CORS Configuration Sample
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>Authorization</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment