Skip to content

Instantly share code, notes, and snippets.

@gmac
Created September 10, 2018 03:32
Show Gist options
  • Select an option

  • Save gmac/2aea5fa96e39fe32737672133c1df21c to your computer and use it in GitHub Desktop.

Select an option

Save gmac/2aea5fa96e39fe32737672133c1df21c to your computer and use it in GitHub Desktop.
Config for direct uploads to S3
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<AllowedMethod>GET</AllowedMethod>
<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