mirror of
https://github.com/versity/versitygw.git
synced 2026-09-02 14:17:02 +00:00
Fixes #1649 `GetBucketVersioning` used to be a cause of a panic in s3 proxy backend, because of an inproper error handling. Now the error returned from the sdk method is explitily checked, before returning the response.