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

aws/signer/v4: Fix presign hoisting for x-amz-tagging header #1017

Merged
merged 3 commits into from
Jan 5, 2021

Commits on Jan 5, 2021

  1. aws/signer/v4: Fix presign hoisting for x-amz-tagging header

    The x-amz-tagging header should not be hoisted to the query string and
    must be sent as a signed header. If the value is hoisted to the query
    string in a presigned Put, it is ignored by Amazon S3.
    jasdel committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    58b5431 View commit details
    Browse the repository at this point in the history
  2. update gohash

    jasdel committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    352d84a View commit details
    Browse the repository at this point in the history
  3. regenerate apis

    jasdel committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1521c3d View commit details
    Browse the repository at this point in the history