Creates a new default credentials provider to be used internally for AWS credentials resolution:
The CRT's default provider chain currently sources in this order:
1. Environment
2. Profile
3. (conditional, off by default) ECS
4. (conditional, on by default) EC2 Instance Metadata
(optional) client bootstrap to be used to establish any required network connections
a new credentials provider using default credentials resolution rules
Generated using TypeDoc
Credentials providers source the AwsCredentials needed to sign an authenticated AWS request.
We don't currently expose an interface for fetching credentials from Javascript.