File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
hadoop-common-project/hadoop-common/src/main/resources
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1090
1090
Uses the values of fs.s3a.access.key and fs.s3a.secret.key.
1091
1091
* com.amazonaws.auth.EnvironmentVariableCredentialsProvider: supports
1092
1092
configuration of AWS access key ID and secret access key in
1093
- environment variables named AWS_ACCESS_KEY_ID and
1094
- AWS_SECRET_ACCESS_KEY, as documented in the AWS SDK.
1093
+ environment variables named AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
1094
+ and AWS_SESSION_TOKEN as documented in the AWS SDK.
1095
1095
* org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider: picks up
1096
1096
IAM credentials of any EC2 VM or AWS container in which the process is running.
1097
1097
</description >
Original file line number Diff line number Diff line change @@ -537,8 +537,8 @@ This means that the default S3A authentication chain can be defined as
537
537
Uses the values of fs.s3a.access.key and fs.s3a.secret.key.
538
538
* com.amazonaws.auth.EnvironmentVariableCredentialsProvider: supports
539
539
configuration of AWS access key ID and secret access key in
540
- environment variables named AWS_ACCESS_KEY_ID and
541
- AWS_SECRET_ACCESS_KEY, as documented in the AWS SDK.
540
+ environment variables named AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
541
+ and AWS_SESSION_TOKEN as documented in the AWS SDK.
542
542
* org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider: picks up
543
543
IAM credentials of any EC2 VM or AWS container in which the process is running.
544
544
</description >
You can’t perform that action at this time.
0 commit comments