mirror of
https://github.com/versity/versitygw.git
synced 2026-07-19 22:42:20 +00:00
8c3e49d0bb
Fixes #1598 `PutObject` and `UploadPart` accept x-amz-checksum-* calculated checksum headers and `x-amz-sdk-checksum-algorithm`. If the checksum algorithm specified in sdk algorithm doesn't match the one in x-amz-checksum-*, it now returns the correct error message: `Value for x-amz-sdk-checksum-algorithm header is invalid.`.