mirror of
https://github.com/versity/versitygw.git
synced 2026-07-20 23:12:28 +00:00
9f54a25519
Fixes #1597 S3 returns a specific error when calling an object GET operation (e.g., `bucket/object/key?uploads`) with the `?uploads` query parameter. It’s not the standard `MethodNotAllowed` error. This PR adds support for handling this specific error route.