Storage Client Library 0.4.3
Pre-release
Pre-release
2015.03 Version 0.4.3
ALL
- Fixed an issue that setting metadata keys are converted into lowercase. The metadata keys retrieved from the service will however still be converted into lowercase by the http component of Node.js.(nodejs/node-v0.x-archive#1954)
- Included all storage error code strings in the error constants definition.
- Documented the client request ID option in all APIs.
BLOB
- Supported listing blob virtual directories.
- Fixed an issue that exception is thrown when downloading a blob larger than 32MB to a stream.
- Fixed an issue that the process exits when the free memory is low.