HADOOP-18114. Documentation correction in assumed_roles.md (#3949)

Fixes typo in hadoop-aws/assumed_roles.md

Contributed by Joey Krabacher
This commit is contained in:
Joey Krabacher 2022-02-09 04:35:11 -06:00 committed by GitHub
parent bf0cefb0d8
commit a08e69d33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ and for background refreshes, a different credential provider must be
created, one which uses long-lived credentials (secret keys, environment variables).
Short lived credentials (e.g other session tokens, EC2 instance credentials) cannot be used.
A list of providers can be set in `s.s3a.assumed.role.credentials.provider`;
A list of providers can be set in `fs.s3a.assumed.role.credentials.provider`;
if unset the standard `BasicAWSCredentialsProvider` credential provider is used,
which uses `fs.s3a.access.key` and `fs.s3a.secret.key`.