Previously `MultipartUploadSlicingAlgorithm` sliced larger payloads into a number of fixed-sized parts and a single variable-sized last part. Callers did not account for the last part which lead to exceeding the maximum number of parts in `BaseBlobStore.putMultipartBlob`. Simplify the interface by removing the remaining concept and simply split the parts into even sizes. This improves performance by eliminating pathological cases with very large last parts. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/1166 -- Commit Summary -- * JCLOUDS-1368: Simplify slicing algorithm -- File Changes -- M blobstore/src/main/java/org/jclouds/blobstore/strategy/internal/MultipartUploadSlicingAlgorithm.java (25) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1166.patch https://github.com/jclouds/jclouds/pull/1166.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1166
