Closed qixu001 closed 6 years ago
Add CRC support cross all OSS APIs, including append/get/put object or part, resumable upload/download object.
In resumable download API, after the downloading all the parts, it will check the CRC of the whole object.
In resumable upload API, each upload part will be checked with CRC. And after the Complete API is called, the whole object CRC will be verified again.
Add CRC support cross all OSS APIs, including append/get/put object or part, resumable upload/download object.
In resumable download API, after the downloading all the parts, it will check the CRC of the whole object.
In resumable upload API, each upload part will be checked with CRC. And after the Complete API is called, the whole object CRC will be verified again.