Storage Client Library 0.4.0
Pre-release
Pre-release
·
429 commits
to master
since this release
2014.10.28 Version 0.4.0
ALL
- Provide an option to enable/disable nagling. Nagling is disabled by default. It can be enabled by setting options.useNagleAlgorithm to true.
- Added batch operation callback in sequence mode.
BLOB
- Added support to download a single blob in parallel similar to upload. You can set ‘parallelOperationThreadCount’ option for api’s that download a blob to indicate number of parallel operations to use for download.
- Added speed summary in blob downloading.
FILE
- Fixed an issue which caused an invalid resource name error when the directory name starts or ends with a /;