Skip to content

Commit d7bede6

Browse files
committed
docs: remove documentation link since its already in the types
1 parent d2f3c4f commit d7bede6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ 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
393392
const profile: CredentialsData = (loadedCreds ?? profiles)[this.profileName]
394393
if (!profile) {
395394
throw new ToolkitError(`auth: Profile ${this.profileName} not found`)

0 commit comments

Comments
 (0)