This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Java Storage Client Library 5.3.1
- Fixed a bug in specific upload case for block blobs. This only affects uploads greater than the max put blob threshold, that have increased the streamWriteSizeInBytes beyond the 4 MB and storeBlobContentMD5 has been disabled.
- In some cases in the above mentioned upload path, fixed a bug where StorageExceptions were being thrown instead of IOExceptions.