Skip to content

Commit 9a47fca

Browse files
committed
feat(NODE-7046): remove AWS uri support
1 parent 846855c commit 9a47fca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/setup-mongodb-aws-auth-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd $DRIVERS_TOOLS/.evergreen/auth_aws
1818
# Create a python virtual environment.
1919
. ./activate-authawsvenv.sh
2020
# Source the environment variables. Configure the environment and the server.
21-
. aws_setup.sh $AWS_CREDENTIAL_TYPE
21+
. aws_setup.sh $AWS_CREDENTIAL_TYPE --nouri
2222

2323
cd $BEFORE
2424

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "drivers-evergreen-tools"]
22
path = drivers-evergreen-tools
33
url = https://github.com/mongodb-labs/drivers-evergreen-tools.git
4+
branch = DRIVERS-3131

0 commit comments

Comments
 (0)