File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,11 +191,11 @@ int abortMultipartUploadsUnderPath(String prefix)
191191      throws  IOException ;
192192
193193  /** 
194-    * Abort  multipart uploads under a path: limited to the first 
194+    * List in-progress  multipart uploads under a path: limited to the first 
195195   * few hundred. 
196-    * @param prefix prefix for uploads to abort  
197-    * @return a count  of aborts  
198-    * @throws IOException trouble; FileNotFoundExceptions are swallowed.  
196+    * @param prefix prefix for uploads to list  
197+    * @return a list  of in-progress multipart uploads  
198+    * @throws IOException on problems  
199199   */ 
200200  List <MultipartUpload > listMultipartUploads (String  prefix )
201201      throws  IOException ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments