Skip to content

s3api delete-objects does not set Content-MD5 #400

@pedorro

Description

@pedorro
$ aws s3api delete-objects --profile myProfile --bucket myBucket --delete '{"Objects":[{"Key":"the/first/key"},{"Key":"the/second/key"}]}'
A client error (InvalidRequest) occurred: Missing required header for this request: Content-MD5
$

I assume the aws-cli tool should be generating the request MD5 automatically right? It's not something I'm supposed to be somehow adding to my request myself.

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions