[
https://issues.apache.org/jira/browse/JCLOUDS-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268410#comment-14268410
]
Andrew Gaul commented on JCLOUDS-801:
-------------------------------------
[~visural] Can you provide a test case or at least a backtrace of your error?
Note that JCLOUDS-356 relates to Swift multipart upload, not AWS.
> 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
>
> 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)