timuralp commented on this pull request.
> @@ -878,7 +888,7 @@ public String completeMultipartUpload(MultipartUpload > mpu, List<MultipartPart> p setBlobAccess(mpu.containerName(), mpu.blobName(), mpu.putOptions().getBlobAccess()); - return eTag; + return mpuETag; This will return an MPU ETag for any multi-part uploads, even if they are composed of one part. This matches the AWS S3 behavior. -- 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_r227910056