You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2023/05/04 18:41:00 UTC

[jira] [Resolved] (HADOOP-18727) Fix WriteOperations.listMultipartUploads function description

     [ https://issues.apache.org/jira/browse/HADOOP-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran resolved HADOOP-18727.
-------------------------------------
    Fix Version/s: 3.4.0
                   3.3.9
         Assignee: Dongjoon Hyun
       Resolution: Fixed

> Fix WriteOperations.listMultipartUploads function description
> -------------------------------------------------------------
>
>                 Key: HADOOP-18727
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18727
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs/s3
>    Affects Versions: 3.3.2, 3.3.3, 3.3.4
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 3.4.0, 3.3.9
>
>
> {code:java}
>    /**
> -   * 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) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org