From f0e51a971f9487f917fe50442bcd1a69c8938f3f Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 21 Feb 2024 15:25:20 +0100 Subject: [PATCH] docs: fix aws auth typo (#406) --- .evergreen/secrets_handling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/secrets_handling/README.md b/.evergreen/secrets_handling/README.md index 8ee94d2d..a327cc77 100644 --- a/.evergreen/secrets_handling/README.md +++ b/.evergreen/secrets_handling/README.md @@ -16,7 +16,7 @@ The `setup-secrets.sh` script in this folder can be used for other vaults such a | drivers/adl | Used in `../atlas_data_lake` for Atlas Data Lake testing. | | drivers/atlas | Used in `../atlas` to launch an atlas cluster. | | drivers/atlas_connect | Has the URIs used in the Atlas Connect Drivers tests. | -| drivers/auth_aws | Used in `../auth_aws` for AWS Auth testing. | +| drivers/aws_auth | Used in `../auth_aws` for AWS Auth testing. | | drives/azurekms | Used in `../csfle/azurekms` for Azure KMS testing. | | drivers/azure_oidc | Used in `../auth_oidc/azure` for OIDC Testing on Azure. | | drivers/comment-bot | Used in `../github_app` for the DBX Comment bot. |