You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kangasta
changed the title
Empty S3 Bucket CORS is overriden by moto server CORS
Empty S3 Bucket CORS is overriden by moto server wildcard CORS
Dec 16, 2024
Steps to reproduce
Origin
header. Response contains CORS headers even though bucket CORS is not defined.See also objsto Terraform provider test that reproduces this.
Possible solution
Add environment variable to disable configuring wildcard CORS in moto/moto_server/werkzeug_app.py#L275. See #8409 for draft PR.
The text was updated successfully, but these errors were encountered: