Commit 37e8aa32429f53750fbfc142f0c42fe48282103f
1 parent
48267760
update readme
Showing
1 changed file
with
0 additions
and
2 deletions
README.md
| @@ -55,7 +55,6 @@ | @@ -55,7 +55,6 @@ | ||
| 55 | */ | 55 | */ |
| 56 | - (CNLivePutObjectResponse *)putObject:(CNLivePutObjectRequest *)putObjectRequest; | 56 | - (CNLivePutObjectResponse *)putObject:(CNLivePutObjectRequest *)putObjectRequest; |
| 57 | ``` | 57 | ``` |
| 58 | -**putObjectRequest.contentType**不设置默认为下载类型,[设置请参考contentType示例](http://tool.oschina.net/commons) | ||
| 59 | 58 | ||
| 60 | * 分块上传 | 59 | * 分块上传 |
| 61 | 60 | ||
| @@ -72,7 +71,6 @@ | @@ -72,7 +71,6 @@ | ||
| 72 | ``` | 71 | ``` |
| 73 | 调用这个接口会初始化一个分块上传,response会返回一个CNLiveMultipartUpload 对象,其属性有upload id, upload id 用来标识属于当前上传的具体的块,并且用来标识完成分块上传或者取消分块上传。 | 72 | 调用这个接口会初始化一个分块上传,response会返回一个CNLiveMultipartUpload 对象,其属性有upload id, upload id 用来标识属于当前上传的具体的块,并且用来标识完成分块上传或者取消分块上传。 |
| 74 | 73 | ||
| 75 | -**uploadPartRequest.contentType**不设置默认为下载类型,[设置请参考contentType示例](http://tool.oschina.net/commons) | ||
| 76 | 74 | ||
| 77 | * 取消分块上传 | 75 | * 取消分块上传 |
| 78 | 76 |