mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +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.