> @@ -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

Can you expand this to: `32 * 1024 * 1024 + 1`?

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

Reply via email to