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 previous PR and fix AWS4 signing for md5 checks #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2019

  1. This is actually not required, I misunderstood how it was working. We…

    … just need to use --fail
    laxdog committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    7bbd3bb View commit details
    Browse the repository at this point in the history
  2. Remove Content-MD5: from headers we don't actually need this anymore,…

    … we get the ETag for free from AWS. Also it breaks v4 signing.
    laxdog committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c901d93 View commit details
    Browse the repository at this point in the history