Skip to content

How to transfer a payload to S3 in a single chunk  #1057

@mateusz-bartosiak

Description

@mateusz-bartosiak

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

No one assigned

    Labels

    guidanceQuestion that needs advice or information.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions