File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/java/com/qcloud/cos/op Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sdk说明请参照[cos java sdk文档](https://www.qcloud.com/doc/product/436/62
1010``` xml
1111<groupId >com.qcloud</groupId >
1212<artifactId >cos_api</artifactId >
13- <version >4.3 </version >
13+ <version >4.4 </version >
1414```
1515
1616### 直接下载源码集成
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.qcloud</groupId >
66 <artifactId >cos_api</artifactId >
7- <version >4.2 </version >
7+ <version >4.4 </version >
88 <packaging >jar</packaging >
99 <name >cos-java-sdk</name >
1010 <description >qcloud cos sdk for tencentyun</description >
Original file line number Diff line number Diff line change @@ -366,7 +366,6 @@ private String uploadFileWithCheckPoint(UploadSliceFileContext context)
366366
367367 JSONObject data = listPartsJson .getJSONObject (ResponseBodyKey .DATA );
368368 if (data .has (ResponseBodyKey .Data .LISTPARTS )) {
369- // TODO(chengwu) 目前server端返回有问题 当listpart为空的时候 返回的是null
370369 JSONArray listPartsJsonArry = data .getJSONArray (ResponseBodyKey .Data .LISTPARTS );
371370 context .setUploadCompleteParts (listPartsJsonArry );
372371 }
You can’t perform that action at this time.
0 commit comments