ECS: AWS CLI fails with "Missing required header for this request: Content-MD5"
摘要: Since Amazon Web Services CLI version 2.23.0 an error is reported for certain operations. The reason is the use of a new checksum algorithm.
本文章適用於
本文章不適用於
本文無關於任何特定產品。
本文未識別所有產品版本。
症狀
Using AWS CLI 2.23.0 and later versions, for example for PutBucketLifecycleConfiguration or PutBucketReplication against an ECS results in an error like the following:
"An error occurred (InvalidRequest) when calling the PutBucketLifecycleConfiguration operation: Missing required header for this request: Content-MD5"
Example:
aws --version aws-cli/2.24.1 Python/3.12.6 Linux/5.15.167.4-microsoft-standard-WSL2 exe/x86_64.ubuntu.24 aws --profile=Gen3 --endpoint-url=http://X.X.X.X:9020 s3api put-bucket-lifecycle-configuration --bucket bkt_01 --lifecycle-configuration file://lifecycle_01.json An error occurred (InvalidRequest) when calling the PutBucketLifecycleConfiguration operation: Missing required header for this request: Content-MD5
原因
A change in AWS CLI 2.23.0 (and later versions) uses a new checksum algorithm by default for S3 operations.
AWS CLI now uses x-amz-sdk-checksum-algorithm: CRC64NVME
解析度
Use AWS CLI versions earlier than version 2.23.0 or other S3 clients. ECS CRC64NVME support will be provided in a future release.
受影響的產品
ECS, ECS Appliance, ECS Appliance Hardware Series, ECS Appliance Software with Encryption, ECS Appliance Software without Encryption文章屬性
文章編號: 000299507
文章類型: Solution
上次修改時間: 11 11月 2025
版本: 3
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。