-
Notifications
You must be signed in to change notification settings - Fork 668
Open
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issue
Description
Describe the issue
We were using s3DisableBodySigning = false in sdkv2. When replacing it with applyChecksum = false in v3, the get_object request fails due to signature issues, as it seems we must provide the "x-amz-content-sha256" header set to "UNSIGNED-PAYLOAD".
Can you please approve that the same semantics remain in v2 vs v3 - and that applyChecksum is the same as s3DisableBodySigning and didn't reversed it's meaning. Also, is it documented that due to this upgrade, the client now needs to be responsible for setting this header?
Links
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrate-client-constructors.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issue