File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,17 @@ import * as sinon from 'sinon';
88
99import { refreshKMSCredentials } from '../../../src/client-side-encryption/providers' ;
1010import { AWSSDKCredentialProvider } from '../../../src/cmap/auth/aws_temporary_credentials' ;
11+ import { MongoDBAWS } from '../../../src/cmap/auth/mongodb_aws' ;
1112import { type CommandOptions , Connection } from '../../../src/cmap/connection' ;
1213import { type MongoDBResponseConstructor } from '../../../src/cmap/wire_protocol/responses' ;
13- import { MongoAWSError , MongoMissingDependencyError , MongoServerError } from '../../../src/error' ;
14+ import {
15+ MongoAWSError ,
16+ MongoMissingCredentialsError ,
17+ MongoMissingDependencyError ,
18+ MongoServerError
19+ } from '../../../src/error' ;
1420import { type MongoClient } from '../../../src/mongo_client' ;
15- import { type MongoDBNamespace } from '../../../src/utils' ;
21+ import { type MongoDBNamespace , setDifference } from '../../../src/utils' ;
1622
1723const isMongoDBAWSAuthEnvironment = ( process . env . MONGODB_URI ?? '' ) . includes ( 'MONGODB-AWS' ) ;
1824
You can’t perform that action at this time.
0 commit comments