mirror of
https://github.com/versity/versitygw.git
synced 2026-04-24 14:40:30 +00:00
Fixes #1000 `GetObjectAttributes` returned `InvalidRequest` instead of `InvalidArgument` with description `Invalid attribute name specified.`. Fixes the logic in `ParseObjectAttributes` to ignore empty values for `X-Amz-Object-Attributes` headers to return `InvalidArgument` if all the specified object attributes are invalid.