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 withXAmzContentSHA256Mismatch. Checksum calculation is now pinned towhen_requiredon both the upload manager (s3blob.Options) and the underlyings3.Client, so requests go out asUNSIGNED-PAYLOADagain. Uploads to AWS S3 itself are unaffected. [7aca10628] [b9fc26748]
Last updated