We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8882c9 commit 8af4446Copy full SHA for 8af4446
1 file changed
src/connection_string.ts
@@ -432,7 +432,7 @@ export function parseOptions(
432
}
433
if (mongoOptions.credentials.mechanismProperties.AWS_SESSION_TOKEN) {
434
throw new MongoAPIError(
435
- 'AWS_SESSION_TOKEN cannot be provided when using MONGODB-AWS. Credentials must be read in a manner that can be read by the AWS SDK'
+ 'AWS_SESSION_TOKEN cannot be provided when using MONGODB-AWS. Credentials must be provided in a manner that can be read by the AWS SDK.'
436
);
437
438
0 commit comments