Skip to content

Instantly share code, notes, and snippets.

@Ifmr24
Created August 25, 2019 17:41
Show Gist options
  • Save Ifmr24/c2261888cf39f63ba1fbdaa8c035608b to your computer and use it in GitHub Desktop.
Save Ifmr24/c2261888cf39f63ba1fbdaa8c035608b to your computer and use it in GitHub Desktop.
S3 Permisos
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>PUT</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment