Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 30, 2025
1 parent b2a50f9 commit b50e2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -989,10 +989,10 @@ application. Alternatively, you can create an AWS profile specifically for your
##### Custom Credential Providers
Drivers that choose to use the AWS SDK to fetch credentials MAY also allow users to provide a custom credential
provider as an option to the `MongoClient`. The interface for the option provided depends on the individual language SDK
and drivers MUST consult AWS SDK documentation to determine that format when implementing. The name of the option MUST
be `AWS_CREDENTIAL_PROVIDER` and be part of the authentication mechanism properties options that can be provided to the
Drivers that choose to use the AWS SDK to fetch credentials MAY also allow users to provide a custom credential provider
as an option to the `MongoClient`. The interface for the option provided depends on the individual language SDK and
drivers MUST consult AWS SDK documentation to determine that format when implementing. The name of the option MUST be
`AWS_CREDENTIAL_PROVIDER` and be part of the authentication mechanism properties options that can be provided to the
client.
Drivers that implement this MAY choose to implement the following scenarios when applicable in their language's SDK:
Expand Down

0 comments on commit b50e2e3

Please sign in to comment.