Skip to content

Commit 4670f9e

Browse files
dongjoon-hyunsteveloughran
authored andcommitted
HADOOP-18727. Fix WriteOperations.listMultipartUploads function description (#5613)
Contributed by Dongjoon Hyun
1 parent 1756b49 commit 4670f9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/WriteOperations.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)