Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "awscred", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Resolves AWS credentials (and region) using env, file and IAM strategies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,4 @@ awscred | ||
using, in order: environment variables, INI files, and EC2 metadata (for IAM | ||
roles). Robust retries in the face of HTTP errors, and queues calls to ensure | ||
no thundering herd effect will occur when credentials expire. | ||
roles). Queues HTTP calls to ensure no thundering herd effect will occur when | ||
credentials expire. | ||
@@ -44,2 +44,4 @@ Example | ||
- `timeout`: the ms timeout on the http call to the EC2 metadata service, defaults to `5000` | ||
- `credentialsCallChain`: array of functions to resolve credentials, defaults to `awscred.credentialsCallChain` below | ||
- `regionCallChain`: array of functions to resolve region, defaults to `awscred.regionCallChain` below | ||
@@ -46,0 +48,0 @@ All options are also passed to `http.request`, so any standard Node.js HTTP |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10794
86