Describe the bug
With Directory listing turned on query parameters cause 500 errors
To Reproduce
Steps to reproduce the behavior:
- Start container with APPEND_SLASH_FOR_POSSIBLE_DIRECTORY=true and ALLOW_DIRECTORY_LIST=true with an S3 bucket with an empty index.html at
/test/index.html
- Run the container and navigate to /test/?asdf=asdf
- 500 error at s3PreListing
Expected behavior
Should show the content of index.html
Your environment
Container is the latest release
Deployed on AWS EC2 with EKS with AWS S3 as the backend