mirror of
https://github.com/versity/versitygw.git
synced 2026-07-06 00:04:57 +00:00
d507f206f3
The error check for the SDK call in `GetObjectAttributes` in the S3 proxy backend was missing, which caused the gateway to panic in all cases where the SDK method returned an error. The error check has now been added so that the method returns an error when the SDK call fails.