scireum / s3ninja

S3 ninja emulates the Amazon S3 API for developement and test purposes
MIT License
493 stars 91 forks source link

Bad Request status returned from Delete #215

Closed dmil-team closed 1 year ago

dmil-team commented 1 year ago

Hello,

We've noted an issue wherein delete request returns a status of 400 Bad Request. We are hoping that the attached wireshark http dump may help you pinpoint the cause of the issue. We have verified that the same request succeeds with an actual AWS S3.
http_dump.txt

jakobvogel commented 1 year ago

Hello @dmil-team 👋 Thanks for reporting this. This looks to me like a duplicate of #181, and it should be fixed with #217.