aws-c-s3 icon indicating copy to clipboard operation
aws-c-s3 copied to clipboard

Support header checksum

Open TingDaoK opened this issue 4 months ago • 1 comments

Issue #, if available:

  • Adding support for providing checksum in the header instead of trailer.
  • CRT will read the body into memory and calculate the checksum directly from the memory in this case, and add it to the header of the request instead of trailer

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TingDaoK avatar Oct 07 '24 23:10 TingDaoK