Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.3.2, 3.3.3, 3.3.4
Description
/** - * Abort 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. + * List in-progress multipart uploads under a path + * @param prefix prefix for uploads to list + * @return a list of in-progress multipart uploads + * @throws IOException on problems */ List<MultipartUpload> listMultipartUploads(String prefix)
Attachments
Issue Links
- links to