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

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Feb 13, 2020

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 #3127

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 jasdel added the needs-review This issue or pull request needs review from a core team member. label Feb 13, 2020
@skmcgrail skmcgrail removed the needs-review This issue or pull request needs review from a core team member. label Feb 13, 2020
@skmcgrail skmcgrail merged commit 4bdcb07 into aws:master Feb 13, 2020
@jasdel jasdel deleted the fixup/CredentialsWithContext branch March 26, 2021 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants