Skip to content

Commit

Permalink
Got reviewed by yihuaf,fix the issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
丁建水 committed Dec 7, 2017
1 parent a5a211a commit 79d9e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Minio JavaScript Client SDK提供简单的API来访问任何Amazon S3兼容的
npm install --save minio
```

## 下载源码安装
## 下载并安装源码

```sh
git clone https://github.com/minio/minio-js
Expand Down
1 change: 0 additions & 1 deletion docs/zh_CN/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ __参数__

__示例__

单个对象的最大大小限制在5TB。putObject在对象大于5MiB时,自动使用multiple parts方式上传。这就当上传失败时,客户端只需要上传未成功的部分即可(类似断点上传)。上传的对象使用MD5SUM签名进行完整性验证。

```js
var Fs = require('fs')
Expand Down

0 comments on commit 79d9e77

Please sign in to comment.