在 payload > 16 MiB 时,MinIO 服务器拒绝使用 AWS 分块编码的上传
作者: sandraromanchenko创建于 2025年9月28日更新于 2025年11月21日
标签communitytriage
Starting with service/s3 v1.73.0, AWS Go SDK calculates checksums by default and includes them in every request. The checksum is provided either as a separate header when using HTTP, or in a trailer header block using AWS-chunked encoding (STREAMING-UNSIGNED-PAYLOAD-TRAILER) when using HTTPS. More detailed explanation of this behavior is available here: AWS-sdk-go-v2/issues/1667#issuecomment-1113754596
内容来源: minio/minio