Skip to content

Instantly share code, notes, and snippets.

@jawngee
Last active July 19, 2021 16:26
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 jawngee/6fc89497e10d0915ab2dfac807aa01e1 to your computer and use it in GitHub Desktop.
Save jawngee/6fc89497e10d0915ab2dfac807aa01e1 to your computer and use it in GitHub Desktop.
Sample Media Cloud S3 Bucket CORS Configuration
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
]
@elliottmangham
Copy link

This no longer works:

Screenshot 2020-11-23 224817

@jawngee
Copy link
Author

jawngee commented Nov 23, 2020

Updated

@elliottmangham
Copy link

Thank you!

@Alnaggar94
Copy link

This no longer works:

Screenshot 2020-11-23 224817

I have the same problem it doesn't work. Is this plugin still working or it's abandonment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment