jclouds/blobstore
Andrew Gaul 382c9201e3 JCLOUDS-1368: Correct use of slicing algorithm
MultipartUploadSlicingAlgorithm creates multiple equal-sized parts and
a remaining amount.  BaseBlobStore.putMultipartBlob used this
interface incorrectly, which could create more parts than intended
since the remaining size could be larger than the part size.  This
manifested with Google Cloud Storage which only allows 32 parts.
2018-01-09 12:58:18 -08:00
..
src JCLOUDS-1368: Correct use of slicing algorithm 2018-01-09 12:58:18 -08:00
pom.xml Next development version 2.0.4-SNAPSHOT 2017-11-25 22:33:58 +01:00