File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
hadoop-tools/hadoop-aws/src 
site/markdown/tools/hadoop-aws 
test/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ a warning has been printed since Hadoop 2.8 whenever such a URL was used.
262262  <description >Session token, when using org.apache.hadoop.fs.s3a.TemporaryAWSCredentialsProvider
263263    as one of the providers.
264264  </description >
265- </property >   
265+ </property >
266266
267267<property >
268268  <name >fs.s3a.aws.credentials.provider</name >
@@ -339,7 +339,7 @@ on which values are set.
339339S3A can be configured to obtain client authentication providers from classes
340340which integrate with the AWS SDK by implementing the
341341` software.amazon.awssdk.auth.credentials.AwsCredentialsProvider ` 
342- interface.  
342+ interface.
343343This is done by listing the implementation classes, in order of
344344preference, in the configuration option ` fs.s3a.aws.credentials.provider ` .
345345In previous hadoop releases, providers were required to
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public void testCredentialsWithCreateMethod() throws Exception {
202202  /** 
203203   * Credentials via the create() method. 
204204   */ 
205-   public  static  class  CredentialsProviderWithCreateMethod  implements  AwsCredentialsProvider  {
205+   public  static  final   class  CredentialsProviderWithCreateMethod  implements  AwsCredentialsProvider  {
206206
207207    public  static  AwsCredentialsProvider  create () {
208208      LOG .info ("creating CredentialsProviderWithCreateMethod" );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments