mirror of
https://github.com/versity/versitygw.git
synced 2026-07-06 16:16:36 +00:00
045bdec60c
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.