Skip to content

Commit a4a2709

Browse files
committed
docs: add documentation link in implementation
1 parent 96c7759 commit a4a2709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/auth/providers/sharedCredentialsProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ export class SharedCredentialsProvider implements CredentialsProvider {
389389
)
390390

391391
return async () => {
392+
// Docs for config file format: https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html
392393
const profile = (loadedCreds ?? profiles)[this.profileName]
393394
if (!profile) {
394395
throw new ToolkitError(`auth: Profile ${this.profileName} not found`)

0 commit comments

Comments
 (0)