Skip to content

Commit

Permalink
公有 -> 公开
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLn committed Feb 27, 2014
1 parent 02d944a commit 16be8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ qiniu-js-sdk
* html5模式大于4M时可分块上传,小于4M时直传
* Flash、html4模式直接上传
* 继承了Plupload的功能,可筛选文件上传、拖曳上传等
* 下载(公有资源)
* 下载(公开资源)
* 数据处理(图片)
* imageView2(缩略图)
* imageMogr2(高级处理,包含缩放、裁剪、旋转等)
Expand Down Expand Up @@ -297,7 +297,7 @@ qiniu-js-sdk
4. 如果您想了解更多七牛的图片处理,建议您仔细阅读 [七牛官方文档-图片处理](http://developer.qiniu.com/docs/v6/api/reference/fop/image/)
5. 本SDK示例生成upToken时,指定的`Bucket Name`为公有空间,所以可以公开访问上传成功后的资源。若您生成upToken时,指定的`Bucket Name`为私有空间,那您还需要在服务端进行额外的处理才能访问您上传的资源。具体参见[下载凭证](http://developer.qiniu.com/docs/v6/api/reference/security/download-token.html)。本SDK数据处理部分功能不适用于私有空间。
5. 本SDK示例生成upToken时,指定的`Bucket Name`为公开空间,所以可以公开访问上传成功后的资源。若您生成upToken时,指定的`Bucket Name`为私有空间,那您还需要在服务端进行额外的处理才能访问您上传的资源。具体参见[下载凭证](http://developer.qiniu.com/docs/v6/api/reference/security/download-token.html)。本SDK数据处理部分功能不适用于私有空间。
## 贡献代码
Expand Down

0 comments on commit 16be8b8

Please sign in to comment.