File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5757import  static  org .apache .hadoop .fs .s3a .Constants .HTTP_SIGNER_CLASS_NAME ;
5858import  static  org .apache .hadoop .fs .s3a .Constants .HTTP_SIGNER_ENABLED ;
5959import  static  org .apache .hadoop .fs .s3a .Constants .HTTP_SIGNER_ENABLED_DEFAULT ;
60- import  static  org .apache .hadoop .fs .s3a .auth .SignerFactory .createHttpSigner ;
61- import  static  org .apache .hadoop .fs .s3a .impl .AWSHeaders .REQUESTER_PAYS_HEADER ;
6260import  static  org .apache .hadoop .fs .s3a .Constants .DEFAULT_SECURE_CONNECTIONS ;
6361import  static  org .apache .hadoop .fs .s3a .Constants .SECURE_CONNECTIONS ;
6462import  static  org .apache .hadoop .fs .s3a .Constants .AWS_SERVICE_IDENTIFIER_S3 ;
63+ import  static  org .apache .hadoop .fs .s3a .auth .SignerFactory .createHttpSigner ;
64+ import  static  org .apache .hadoop .fs .s3a .impl .AWSHeaders .REQUESTER_PAYS_HEADER ;
6565import  static  org .apache .hadoop .fs .s3a .impl .InternalConstants .AUTH_SCHEME_AWS_SIGV_4 ;
6666
6767
Original file line number Diff line number Diff line change @@ -5760,10 +5760,6 @@ public StoreContext createStoreContext() {
57605760        .build ();
57615761  }
57625762
5763-   public  CreateSessionResponse  createSessionInternal (CreateSessionRequest  createSessionRequest ){
5764-     return  this .s3Client .createSession (createSessionRequest );
5765-   }
5766- 
57675763  /** 
57685764   * Create a marker tools operations binding for this store. 
57695765   * Auditing: 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments