Currently files are not properly uploaded if they are a multiple of MAX_BLOCK_SIZE.
For a discussion, see https://github.com/jclouds/jclouds/pull/52/files#L5R67 Bug: https://issues.apache.org/jira/browse/JCLOUDS-233 You can merge this Pull Request by running: git pull https://github.com/maginatics/jclouds fix_233 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/99 -- Commit Summary -- * Fixes multi-block upload for azure. -- File Changes -- M providers/azureblob/src/main/java/org/jclouds/azureblob/blobstore/strategy/AzureBlobBlockUploadStrategy.java (2) -- Patch Links -- https://github.com/jclouds/jclouds/pull/99.patch https://github.com/jclouds/jclouds/pull/99.diff
