Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8.0, 1.8.1
-
None
Description
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.