File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/auth/src/main/java/software/amazon/awssdk/auth/credentials Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
/**
25
25
* AWS credentials provider chain that looks for credentials in this order:
26
26
* <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>
28
28
* <li>Environment Variables - <code>AWS_ACCESS_KEY_ID</code> and <code>AWS_SECRET_ACCESS_KEY</code></li>
29
29
* <li>Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI</li>
30
30
* <li>Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment
You can’t perform that action at this time.
0 commit comments