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 10241024 Uses the values of fs.s3a.access.key and fs.s3a.secret.key.
10251025 2. com.amazonaws.auth.EnvironmentVariableCredentialsProvider: supports
10261026 configuration of AWS access key ID and secret access key in
1027- environment variables named AWS_ACCESS_KEY_ID and
1028- AWS_SECRET_ACCESS_KEY, as documented in the AWS SDK.
1027+ environment variables named AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
1028+ and AWS_SESSION_TOKEN as documented in the AWS SDK.
10291029 3. com.amazonaws.auth.InstanceProfileCredentialsProvider: supports use
10301030 of instance profile credentials if running in an EC2 VM.
10311031 </description >
Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ a warning has been printed since Hadoop 2.8 whenever such a URL was used.
289289 Uses the values of fs.s3a.access.key and fs.s3a.secret.key.
290290 2. com.amazonaws.auth.EnvironmentVariableCredentialsProvider: supports
291291 configuration of AWS access key ID and secret access key in
292- environment variables named AWS_ACCESS_KEY_ID and
293- AWS_SECRET_ACCESS_KEY, as documented in the AWS SDK.
292+ environment variables named AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
293+ and AWS_SESSION_TOKEN as documented in the AWS SDK.
294294 3. com.amazonaws.auth.InstanceProfileCredentialsProvider: supports use
295295 of instance profile credentials if running in an EC2 VM.
296296 </description >
You can’t perform that action at this time.
0 commit comments