mirror of
https://github.com/versity/versitygw.git
synced 2026-04-27 07:55:05 +00:00
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.