> @@ -128,6 +129,28 @@ public void testMultipartChunkedFileStream() throws > IOException, InterruptedExce > } > } > > + @Test(groups = { "integration", "live" }) > + public void testMultipartChunkedInputStream() throws > InterruptedException, IOException {
I'm OK with this, but would it make sense to verify that the blob was, in fact, uploaded _correctly_? Shouldn't be a huge change, just store the identifier of the created blob, download it and compare the contents with `testFile`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/192/files#r8212878