Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

v2.0.0

Choose a tag to compare

@markstos markstos released this 16 Aug 13:41
· 43 commits to master since this release

There's a major version bump because the internals changed signficantly as part of switching to version 4 authentication signatures with AWS. The upgrade is backwards compatible with 1.2 for normal use.

NEW FEATURES

  • Add webpack compatibility (cspeer)

INTERNALS

  • Switched from using "version 2" AWS authentication signatures to "version 4" for future-proofing. (markstos)
  • Processing the response from AWS has been moved to it's own function. Automated test coverage for it has been added
    and there's now the potential to override how response handling works. For now the function remains undocumented. (markstos)

BREAKING CHANGES

  • 'algorithm' property is no longer exported and the option to change it is
    removed. If you are using an alternate algorithm to sign version 4
    Authentication signatures, a pull request is welcome to restore this
    feature. (markstos)