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: Add support for URL.EscapedPath to signer #885

Merged
merged 3 commits into from
Oct 10, 2016

Commits on Oct 10, 2016

  1. aws/signer/v4: Add support for URL.EscapedPath to signer

    Adds support for the URL.EscapedPath method added in Go1.5. This allows
    you to hint to the signer and Go HTTP client what the escaped form of the
    request's URI path will be. This is needed when using the AWS v4 Signer
    outside of the context of the SDK on http.Requests you manage.
    
    Also adds documentation to the signer that pre-escaping of the URI path
    is needed, and suggestions how how to do this.
    
    aws/signer/v4 TestStandaloneSign test function is an example
    using the request signer outside of the SDK.
    
    Fix aws#866
    jasdel committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    81b9c8f View commit details
    Browse the repository at this point in the history
  2. fix spelling in signer doc

    jasdel committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    ba9a049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0648776 View commit details
    Browse the repository at this point in the history