-
Notifications
You must be signed in to change notification settings - Fork 870
Closed
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.
Description
According to aws docs there are two ways of transfering the payload:
- In multiple chunks (which sets 'x-amz-content-sha256' header to 'STREAMING-AWS4-HMAC-SHA256-PAYLOAD')
- In single chunk (which sets 'x-amz-content-sha256' header to either the payload checksum or to 'UNSIGNED-PAYLOAD')
I want to send a payload in a single chunk with a checksum, but the default for the library seems to be sending in multiple chunks. Is there a way to change that behavior?
Metadata
Metadata
Assignees
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.