Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use chunked reader if content market with STREAMING-AWS4-HMAC-SHA256-PAYLOAD header #1011

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. *: Use chunked according to headers

    Closes #1009.
    
    The amazon docs https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html chunked payload maybe sent without `content-encoding:aws-chunked` header. Meanwhile the header `x-amz-content-sha256:STREAMING-AWS4-HMAC-SHA256-PAYLOAD` still should exists.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c6d7474 View commit details
    Browse the repository at this point in the history