mirror of
https://github.com/versity/versitygw.git
synced 2026-01-09 21:07:21 +00:00
Fixes #1482 The metadata keys should always be converted to lowercase in `PutObject`, `CreateMultipartUpload`, and `CopyObject`. This implementation converts the metadata keys to lowercase in the front end, ensuring they are stored in lowercase in the backend.