Release v6.32.1 (2026-05-20)

Published 2026-05-20 10:27:00Z

Server

Fixed

  • S3 Storage: Fixed a regression introduced by an updated AWS S3 SDK when uploading to S3-compatible servers (Ceph RGW, older MinIO, ...). The new SDK default attaches CRC32 trailers to multipart upload parts (aws-chunked / STREAMING-UNSIGNED-PAYLOAD-TRAILER), which several non-AWS backends reject with XAmzContentSHA256Mismatch. Checksum calculation is now pinned to when_required on both the upload manager (s3blob.Options) and the underlying s3.Client, so requests go out as UNSIGNED-PAYLOAD again. Uploads to AWS S3 itself are unaffected. [7aca10628] [b9fc26748]

Last updated