Skip to content

Storage Client Library 0.3.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinaysh-msft vinaysh-msft released this 21 Aug 01:51
· 431 commits to master since this release

BLOB

  • Fixed an issue where SAS tokens were being incorrectly generated for the root container and when the blob name required encoding.
  • Documented the 'parallelOperationThreadCount' option as input to various uploadBlob APIs.

FILE

  • Fixed an issue where signing was incorrect when the URI contained '.' or '..'.
  • Fixed an issue where "getURI" was requiring a file parameter, although the parameter should be optional.