mirror of
https://github.com/versity/versitygw.git
synced 2025-12-23 05:05:16 +00:00
We were incorrctly trying to pass through the admin request actions through to the backend s3 service in s3proxy. This was resulting in internal server errors since not all s3 backends would understand these requests. Instead the gateway needs to handle these requests directly. Fixes #1381