Skip to content

Commit 2942cbf

Browse files
aeitzmanlsirac
andauthored
Apply suggestions from code review
Co-authored-by: Leo <[email protected]>
1 parent e3daf6d commit 2942cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auth/awsclient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface AwsSecurityCredentialsSupplier {
5858
* Gets the active AWS region.
5959
* @param context {@link ExternalAccountSupplierContext} from the calling
6060
* {@link AwsClient}, contains the requested audience and subject token type
61-
* for the external account identity. Not used.
61+
* for the external account identity.
6262
* @param transporter The {@link Gaxios} or {@link Transporter} instance from
6363
* the calling {@link AwsClient} to use for requests.
6464
* @return A promise that resolves with the AWS region string.
@@ -74,7 +74,7 @@ export interface AwsSecurityCredentialsSupplier {
7474
* so caching should be including in the implementation.
7575
* @param context {@link ExternalAccountSupplierContext} from the calling
7676
* {@link AwsClient}, contains the requested audience and subject token type
77-
* for the external account identity. Not used.
77+
* for the external account identity.
7878
* @param Transporter The {@link Gaxios} or {@link Transporter} instance from
7979
* the calling {@link AwsClient} to use for requests.
8080
* @return A promise that resolves with the requested {@link AwsSecurityCredentials}.

0 commit comments

Comments
 (0)