mirror of
https://github.com/versity/versitygw.git
synced 2026-09-23 08:24:17 +00:00
The RC auth adapter returned signature-verification errors to Fiber, so the production S3 error handler collapsed them into a generic 500 response; authentication failures lost their real status and code the same way route failures did before the terminal serializer. The adapter now sends verification errors through the shared serializer as well.