What's Changed
- fix: decode aws-chunked body when x-amz-content-sha256 is not STREAMING- by @moabukar in https://github.com/Nahuel990/ministack/pull/100
[1.1.28] — 2026-04-03
Fixed
- S3 aws-chunked decoding — chunked body decoder now also triggers on
Content-Encoding: aws-chunkedandx-amz-decoded-content-lengthheader, not onlySTREAMING-*; fixes AWS SDK Java v2 and Spring Boot S3Template storing raw chunk metadata in object bodies. Stripsaws-chunkedfrom Content-Encoding before passing to S3 handler. Contributed by @moabukar