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

fix: make v4 signing formatting consistent w/ spec #56

Merged
merged 8 commits into from Feb 13, 2020

Commits on Feb 12, 2020

  1. refactor: rename 'canonicalize' to show V2 only

    Prep for review / update of *V4* canonicalization.
    tseaver committed Feb 12, 2020
    Copy the full SHA
    720f484 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    799bb01 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6cc5f8a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    97a26c7 View commit details
    Browse the repository at this point in the history
  5. fix: drop support for 'x-amz-content-sha256'

    Per review from @frankyn
    tseaver committed Feb 12, 2020
    Copy the full SHA
    a16c8cc View commit details
    Browse the repository at this point in the history
  6. fix: revert "fix: ensure URI quoting of resource path"

    The caller already URL-encodes the 'resource' path. and so we
    don't want to do it here.
    
    Reverts commit 6cc5f8a.
    tseaver committed Feb 12, 2020
    Copy the full SHA
    eba4239 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cff7e49 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    25f0780 View commit details
    Browse the repository at this point in the history