Skip to content

Commit

Permalink
HADOOP-18727. Fix WriteOperations.listMultipartUploads function descr…
Browse files Browse the repository at this point in the history
…iption (#5613)


Contributed by Dongjoon Hyun
  • Loading branch information
dongjoon-hyun authored May 4, 2023
1 parent bd60795 commit 27776ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ int abortMultipartUploadsUnderPath(String prefix)
throws IOException;

/**
* Abort multipart uploads under a path: limited to the first
* List in-progress multipart uploads under a path: limited to the first
* few hundred.
* @param prefix prefix for uploads to abort
* @return a count of aborts
* @throws IOException trouble; FileNotFoundExceptions are swallowed.
* @param prefix prefix for uploads to list
* @return a list of in-progress multipart uploads
* @throws IOException on problems
*/
List<MultipartUpload> listMultipartUploads(String prefix)
throws IOException;
Expand Down

0 comments on commit 27776ac

Please sign in to comment.