You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2015/01/10 07:05:34 UTC

[jira] [Resolved] (JCLOUDS-801) AWS S3 Multipart upload does not work with InputStream payload

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

Andrew Gaul resolved JCLOUDS-801.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0
                   2.0.0

> AWS S3 Multipart upload does not work with InputStream payload
> --------------------------------------------------------------
>
>                 Key: JCLOUDS-801
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-801
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-blobstore
>    Affects Versions: 1.8.0, 1.8.1
>            Reporter: Richard Nichols
>            Assignee: Andrew Gaul
>             Fix For: 2.0.0, 1.9.0
>
>
> These was previously fixed in JCLOUDS-356 but no longer works.
> Based on my analysis of the code, this is because SequentialMultipartUploadStrategy no longer calls Payload.slice(...) returning Iterable<Payload> but instead calls the same returning Payload for an offset and length. This will not work with a non-repeatable InputStream.



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