|
@@ -537,8 +537,8 @@ This means that the default S3A authentication chain can be defined as
|
|
|
Uses the values of fs.s3a.access.key and fs.s3a.secret.key.
|
|
|
* com.amazonaws.auth.EnvironmentVariableCredentialsProvider: supports
|
|
|
configuration of AWS access key ID and secret access key in
|
|
|
- environment variables named AWS_ACCESS_KEY_ID and
|
|
|
- AWS_SECRET_ACCESS_KEY, as documented in the AWS SDK.
|
|
|
+ environment variables named AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
|
|
|
+ and AWS_SESSION_TOKEN as documented in the AWS SDK.
|
|
|
* org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider: picks up
|
|
|
IAM credentials of any EC2 VM or AWS container in which the process is running.
|
|
|
</description>
|