File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3131import  java .util .stream .Collectors ;
3232import  javax .annotation .Nullable ;
3333
34- import  org .apache .hadoop .fs .s3a .*;
3534import  org .slf4j .Logger ;
3635import  org .slf4j .LoggerFactory ;
3736import  software .amazon .awssdk .auth .credentials .AwsCredentialsProvider ;
4039
4140import  org .apache .hadoop .classification .VisibleForTesting ;
4241import  org .apache .hadoop .conf .Configuration ;
42+ import  org .apache .hadoop .fs .s3a .AWSCredentialProviderList ;
43+ import  org .apache .hadoop .fs .s3a .AnonymousAWSCredentialsProvider ;
44+ import  org .apache .hadoop .fs .s3a .Constants ;
45+ import  org .apache .hadoop .fs .s3a .S3AUtils ;
46+ import  org .apache .hadoop .fs .s3a .SimpleAWSCredentialsProvider ;
47+ import  org .apache .hadoop .fs .s3a .ProfileAWSCredentialsProvider ;
48+ import  org .apache .hadoop .fs .s3a .TemporaryAWSCredentialsProvider ;
4349import  org .apache .hadoop .fs .s3a .adapter .AwsV1BindingSupport ;
4450import  org .apache .hadoop .fs .s3a .impl .InstantiationIOException ;
4551import  org .apache .hadoop .fs .s3native .S3xLoginHelper ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments