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

Added support for AWS Sigv4 for UrlLib3. #547

Merged
merged 13 commits into from
Oct 23, 2023

Commits on Oct 20, 2023

  1. WIP: Added support for AWS Sigv4 for UrlLib3.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a732d44 View commit details
    Browse the repository at this point in the history
  2. Refactored common implementation.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e18b703 View commit details
    Browse the repository at this point in the history
  3. Added sigv4 samples.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fd9fa73 View commit details
    Browse the repository at this point in the history
  4. Updated CHANGELOG.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6500c2b View commit details
    Browse the repository at this point in the history
  5. Add documentation.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f8f2b62 View commit details
    Browse the repository at this point in the history
  6. Use the correct class in tests.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ae1ebe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Renamed samples.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    df5b29b View commit details
    Browse the repository at this point in the history
  2. Split up requests and urllib3 unit tests.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8d5aeb0 View commit details
    Browse the repository at this point in the history
  3. Rename AWSV4Signer.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ee4517d View commit details
    Browse the repository at this point in the history
  4. Clarified documentation of when to use Urllib3AWSV4SignerAuth vs. Req…

    …uestHttpConnection.
    
    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cb76874 View commit details
    Browse the repository at this point in the history
  5. Move fetch_url inside the signer class.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9e6b9aa View commit details
    Browse the repository at this point in the history
  6. Added unit test for Urllib3AWSV4SignerAuth adding headers.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e916060 View commit details
    Browse the repository at this point in the history
  7. Added unit test for signing to include query string.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    284a5fd View commit details
    Browse the repository at this point in the history