Richard Nichols created JCLOUDS-801:
---------------------------------------
Summary: 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.1, 1.8.0
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)