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

Fixes typo in hadoop-aws/assumed_roles.md

Contributed by Joey Krabacher

Change-Id: I2b77bd7793ae0433196b77042d5f400d0bcbe745
This commit is contained in:
Joey Krabacher 2022-02-09 04:35:11 -06:00 committed by Steve Loughran
parent ce7cabb771
commit 84de16028d
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
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`.