Skip to content

Commit 8af4446

Browse files
durrandariakp
andauthored
Update src/connection_string.ts
Co-authored-by: Daria Pardue <[email protected]>
1 parent b8882c9 commit 8af4446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connection_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export function parseOptions(
432432
}
433433
if (mongoOptions.credentials.mechanismProperties.AWS_SESSION_TOKEN) {
434434
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'
435+
'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.'
436436
);
437437
}
438438
}

0 commit comments

Comments
 (0)