Skip to content

Commit d0e47d0

Browse files
scotty-gzoewangg
authored andcommitted
Update DefaultCredentialsProvider.java
1 parent d89e1cc commit d0e47d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/auth/src/main/java/software/amazon/awssdk/auth/credentials/DefaultCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* AWS credentials provider chain that looks for credentials in this order:
2626
* <ol>
27-
* <li>Java System Properties - <code>aws.accessKeyId</code> and <code>aws.secretKey</code></li>
27+
* <li>Java System Properties - <code>aws.accessKeyId</code> and <code>aws.secretAccessKey</code></li>
2828
* <li>Environment Variables - <code>AWS_ACCESS_KEY_ID</code> and <code>AWS_SECRET_ACCESS_KEY</code></li>
2929
* <li>Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI</li>
3030
* <li>Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment

0 commit comments

Comments
 (0)