I believe there is a misspelling at [this line of the source file](https://github.com/qiniu/nodejs-sdk.v6/blob/master/qiniu/io.js#L22). ``` javascript this.paras = params || {}; ``` should be ``` javascript this.params = params || {}; ``` somebody please fix it if I am right.