You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +120,7 @@ export class AWSSDKCredentialProvider extends AWSTemporaryCredentialProvider {
106
120
return{
107
121
AccessKeyId: creds.accessKeyId,
108
122
SecretAccessKey: creds.secretAccessKey,
109
-
SessionToken: creds.sessionToken,
123
+
Token: creds.sessionToken,
110
124
Expiration: creds.expiration
111
125
};
112
126
}catch(error){
@@ -115,7 +129,11 @@ export class AWSSDKCredentialProvider extends AWSTemporaryCredentialProvider {
115
129
}
116
130
}
117
131
118
-
/** @internal */
132
+
/**
133
+
* @internal
134
+
* Fetches credentials manually (without the AWS SDK), as outlined in the [Obtaining Credentials](https://github.com/mongodb/specifications/blob/master/source/auth/auth.md#obtaining-credentials)
0 commit comments