Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Java Storage Client Library 5.3.1

Compare
Choose a tag to compare
@jofri-msft jofri-msft released this 22 Jun 19:53
· 502 commits to master since this release
  • 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.