mirror of
https://github.com/versity/versitygw.git
synced 2026-02-04 01:12:03 +00:00
When using the REPLACE directive, we were incorrectly removing the old metadata on the object due to missing the metadata prefix on the key. Fix this to remove the correct metadata before setting new metadata. Fixes #787