You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/06/13 23:29:58 UTC

[jira] [Commented] (JCLOUDS-1125) list multipart uploads

    [ https://issues.apache.org/jira/browse/JCLOUDS-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328594#comment-15328594 ] 

ASF subversion and git services commented on JCLOUDS-1125:
----------------------------------------------------------

Commit 0bd29594104b9a77178aed2b721e66dd7e81da77 in jclouds's branch refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=0bd2959 ]

JCLOUDS-1125: portable list multipart uploads

Only Azure, B2, and S3 support this operation.  Some MultipartUpload
fields become nullable.


> list multipart uploads
> ----------------------
>
>                 Key: JCLOUDS-1125
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1125
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-blobstore
>    Affects Versions: 2.0.0
>            Reporter: Andrew Gaul
>
> jclouds provides support for multipart uploads on most providers but lacks a list multipart upload feature in both the providers and portable abstraction.  Clients use this operation when they want to abort a MPU but does not have the original upload id, e.g., {{BlobStore.clearContainer}}.  We should support listing on providers with native support and emulate it on others.  Compatibility matrix:
> * Atmos: not supported
> * Azure: https://msdn.microsoft.com/en-us/library/azure/dd135734.aspx
> * B2: https://www.backblaze.com/b2/docs/b2_list_unfinished_large_files.html
> * GCS: not supported
> * S3: https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadListMPUpload.html
> * Swift: not supported



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)