Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@nateprewitt nateprewitt released this 03 Jun 20:11
· 2 commits to main since this release

0.0.2

Feature

  • Added new content_checksum_enabled parameter to SigV4SigningProperties.

    This will enable users to control the inclusion of the X-Amz-Content-SHA256
    header required by S3. This is disabled by default, so you will need to
    set this to True for any S3 requests.

Bugfixes

  • Fixed incorrect exclusion of X-Amz-Content-SHA256 header from some requests.