timuralp commented on this pull request.


>        try {
          Files.createParentDirs(tmpFile);
-         his = new HashingInputStream(Hashing.md5(), payload.openStream());
-         long actualSize = Files.asByteSink(tmpFile).writeFrom(his);
+         if (isMpu) {
+            inputStream = payload.openStream();
+            eTag = blob.getMetadata().getETag().getBytes();
+         }
+         else {

Done

-- 
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/1251#discussion_r227910267

Reply via email to