Skip to content

Commit

Permalink
Documentation correction
Browse files Browse the repository at this point in the history
changed reference of s.s3a.assumed.role.credentials.provider to fs.s3a.assumed.role.credentials.provider
  • Loading branch information
KraFusion authored Jan 31, 2022
1 parent 089e06d commit bbd42dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit bbd42dd

Please sign in to comment.