> @@ -601,9 +603,16 @@ public void testPutInputStream() throws Exception {
>  
>     @Test(groups = { "integration", "live" })
>     public void testPutMultipartByteSource() throws Exception {
> -      long length = getMinimumMultipartBlobSize();
> +      long length = 33554432 + 1; // 
> MultipartUploadSlicingAlgorithm.DEFAULT_PART_SIZE + 1

done

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/766/files#r32080595

Reply via email to