mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 12:15:18 +00:00
Fixes #1165 The signed chunk encoding with trailers should return api error for: 1. Invalid checksum - `(InvalidRequest) Value for x-amz-checksum-x trailing header is invalid.` 2. Incorrect checksum - `(BadDigest) The x you specified did not match the calculated checksum.` Where `x` could be crc32, crc32c, sha1 ...