Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/credential-providers/src/fromNodeProviderChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import { defaultProvider, DefaultProviderInit } from "@aws-sdk/credential-provid
import type { AwsCredentialIdentityProvider } from "@smithy/types";

/**
* This is the same credential provider as {@link defaultProvider|the default provider for Node.js SDK},
* This is the same credential provider as [the default provider for Node.js SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain),
* but with default role assumers so you don't need to import them from
* STS client and supply them manually.
*
* You normally don't need to use this explicitly in the client constructor.
* STS client and supply them manually. You normally don't need to use this explicitly in the client constructor.
* It is useful for utility functions requiring credentials like S3 presigner,
* or RDS signer.
*
Expand Down
Loading