Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-801

AWS S3 Multipart upload does not work with InputStream payload

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.8.0, 1.8.1
    • 1.9.0, 2.0.0
    • jclouds-blobstore
    • 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.

      Attachments

        Activity

          People

            gaul Andrew Gaul
            visural Richard Nichols
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: