We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f393d5a commit b8882c9Copy full SHA for b8882c9
1 file changed
src/connection_string.ts
@@ -427,7 +427,7 @@ export function parseOptions(
427
const { username, password } = mongoOptions.credentials;
428
if (username || password) {
429
throw new MongoAPIError(
430
- 'username and password cannot be provided when using MONGODB-AWS. Credentials must be read in a manner that can be read by the AWS SDK'
+ 'username and password cannot be provided when using MONGODB-AWS. Credentials must be provided in a manner that can be read by the AWS SDK.'
431
);
432
}
433
if (mongoOptions.credentials.mechanismProperties.AWS_SESSION_TOKEN) {
0 commit comments