mirror of
https://github.com/versity/versitygw.git
synced 2026-07-19 14:32:20 +00:00
dfe6abcb2e
Fixes #1665 S3 enforces a validation rule for unsigned streaming payload trailer uploads: all chunk sizes must be greater than 8192 bytes except for the final chunk. This fix adds a check in the unsigned chunk reader that validates chunk sizes by comparing each chunk size to the previous one.