mirror of
https://github.com/versity/versitygw.git
synced 2026-07-19 22:42:20 +00:00
0a2a23d943
Fixes #1676 `x-amz-decoded-content-length` in streaming uploads specifies the number of actual data-payload bytes, with encoding characters removed. If the value does not match the actual payload after decoding, now an `IncompleteBody` error is returned.