This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 84de160  HADOOP-18114. Documentation correction in assumed_roles.md  
(#3949)
84de160 is described below

commit 84de16028dc786cfa133a8b64e4be8fa14c03398
Author: Joey Krabacher <[email protected]>
AuthorDate: Wed Feb 9 04:35:11 2022 -0600

    HADOOP-18114. Documentation correction in assumed_roles.md  (#3949)
    
    Fixes typo in hadoop-aws/assumed_roles.md
    
    Contributed by Joey Krabacher
    
    Change-Id: I2b77bd7793ae0433196b77042d5f400d0bcbe745
---
 .../hadoop-aws/src/site/markdown/tools/hadoop-aws/assumed_roles.md      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/assumed_roles.md 
b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/assumed_roles.md
index 45170fc..094ea56 100644
--- 
a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/assumed_roles.md
+++ 
b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/assumed_roles.md
@@ -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`.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to