Skip to content

Commit

Permalink
Log : 断点续传的result添加remotecrc64 数值
Browse files Browse the repository at this point in the history
  • Loading branch information
1019272778 committed Mar 15, 2019
1 parent e4ae4eb commit 0e63944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AliyunOSSSDK/OSSClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@ - (OSSTask *)processCompleteMultipartUpload:(OSSMultipartUploadRequest *)request
result.httpResponseCode = completeResult.httpResponseCode;
result.httpResponseHeaderFields = completeResult.httpResponseHeaderFields;
result.serverReturnJsonString = completeResult.serverReturnJsonString;
result.remoteCRC64ecma = completeResult.remoteCRC64ecma;

return [OSSTask taskWithResult:result];
}
Expand Down

0 comments on commit 0e63944

Please sign in to comment.