ahmarsuhail commented on code in PR #4698:
URL: https://github.com/apache/hadoop/pull/4698#discussion_r943437649


##########
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md:
##########
@@ -233,7 +234,10 @@ needs the credentials needed to interact with buckets.
 
 The client supports multiple authentication mechanisms and can be configured 
as to
 which mechanisms to use, and their order of use. Custom implementations
-of `com.amazonaws.auth.AWSCredentialsProvider` may also be used.
+of `com.amazonaws.auth.AWSCredentialsProvider` may also be used. 
+However, with the upcoming upgrade to AWS Java SDK V2, these classes will need 
to be 

Review Comment:
   Does this look ok? Just to confirm:
   
   - We are deprecating all classes that implement 
`com.amazonaws.auth.AWSCredentialsProvider`. 
   - We will update internal hadoop credential provider classes to implement 
V2's credential provider. Class names will stay the same, so no changes need to 
be made to configs.
   - We will also update delegation token binding classes and credential 
providers to V2, this is a breaking change but this is ok. 
   - We're using a shim for credential providers, so custom cred providers 
which implement V1's Credential provider will still work, but we want to 
encourage people to update these. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to