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/credentials: Add GetWithContext method to Credentials #3133

Merged
merged 6 commits into from
Feb 13, 2020

Commits on Feb 13, 2020

  1. aws/credentials: Add GetWithContext method to Credentials.

    Adds `GetWithContext` to `Credentials` that allows canceling getting the
    credentials if the context is canceled, or times out. This fixes an
    issue where API operations would ignore their provide context when
    waiting for credentials to refresh.
    
    Related to aws#3127
    jasdel committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2da6deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6860a View commit details
    Browse the repository at this point in the history
  3. add change log

    jasdel committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5ac45a7 View commit details
    Browse the repository at this point in the history
  4. fixup pre go1.7 context

    jasdel committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    130ce7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c71c512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c425295 View commit details
    Browse the repository at this point in the history