Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Jan 22, 2021
1 parent b4b6fad commit 1f61b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/credential-provider-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ supported:
code and `mfaCodeProvider` is not a valid function, the credential provider
promise will be rejected.
- `roleAssumer` - A function that assumes a role and returns a promise
fulfilled with credentials for the assumed role. If not specified, the SDK
will create an STS client and call its `assumeRole` method.
fulfilled with credentials for the assumed role. If not specified, no role
may be assumed, and an error will be thrown.
- `timeout` - The connection timeout (in milliseconds) to apply to any remote
requests. If not specified, a default value of `1000` (one second) is used.
- `maxRetries` - The maximum number of times any HTTP connections should be
Expand Down

0 comments on commit 1f61b95

Please sign in to comment.