-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
S3: fix Access-Control-Allow-Headers handling in S3 CORS #12841
New issue
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
Conversation
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 1h 25m 54s ⏱️ Results for commit c3fef77. ♻️ This comment has been updated with latest results. |
8b77c66
to
c3fef77
Compare
LocalStack Community integration with Pro 2 files 2 suites 1h 4m 22s ⏱️ Results for commit c3fef77. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Motivation
As reported in #12835, we had bad handling of comma separated values in the
Access-Control-Allow-Headers
header when handling CORS.This PR adds a small fix for that, along with a test
Changes
Access-Control-Allow-Headers
before checking if it matches the S3 CORS Rulefixes #12835