[
https://issues.apache.org/jira/browse/JCLOUDS-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269113#comment-14269113
]
Andrew Gaul commented on JCLOUDS-801:
-------------------------------------
This turned out to be more involved than I anticipated, including fixes for
AWS-S3 and Azure system and user metadata:
https://github.com/jclouds/jclouds/pull/635
Thank you for reporting this [~visural]!
> 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)