We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes some apps want to send x-amz-sdk-checksum-algorithm header with corresponding x-amz-checksum-algorithm or x-amz-trailer
x-amz-sdk-checksum-algorithm
x-amz-checksum-algorithm
x-amz-trailer
Sometimes we may face x-amz-content-sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER header
x-amz-content-sha256
We need to support these behaviours.
Add chunked trail support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Sometimes some apps want to send
x-amz-sdk-checksum-algorithm
header with correspondingx-amz-checksum-algorithm
orx-amz-trailer
Sometimes we may face
x-amz-content-sha256
: STREAMING-UNSIGNED-PAYLOAD-TRAILER headerWe need to support these behaviours.
Describe the solution you'd like
Add chunked trail support
Additional context
The text was updated successfully, but these errors were encountered: