mirror of
https://github.com/versity/versitygw.git
synced 2026-07-02 16:54:25 +00:00
12fb5a6594
Fixes #2179 Treat a present but empty `Content-MD5` header as an invalid digest instead of handling it as if the header were absent. This makes PUT operations return `InvalidDigest` for empty `Content-MD5` values while preserving existing behavior for missing headers.