We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors
In the new S3 console, the CORS configuration must be JSON.
I'm still working through the tutorial but I think it should be:
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "PUT", "POST", "HEAD", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [], "MaxAgeSeconds": 3000 } ]
The text was updated successfully, but these errors were encountered:
Thanks for brining this up! We just fixed it in the guide yesterday!
Sorry, something went wrong.
No branches or pull requests
See https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors
I'm still working through the tutorial but I think it should be:
The text was updated successfully, but these errors were encountered: