aliyun / aliyun-oss-csharp-sdk

Aliyun OSS SDK for C#
MIT License
383 stars 206 forks source link

Crc64 validation failed. Expected hash not equal to calculated hash #134

Open kkpeng opened 2 years ago

kkpeng commented 2 years ago

https://help.aliyun.com/document_detail/91103.html

at Aliyun.OSS.Common.Handlers.Crc64CheckHandler.Handle(ServiceResponse response) at Aliyun.OSS.Common.Communication.ServiceClient.HandleResponse(ServiceResponse response, IEnumerable`1 handlers) at Aliyun.OSS.Common.Communication.ServiceClient.Send(ServiceRequest request, ExecutionContext context) at Aliyun.OSS.Common.Communication.RetryableServiceClient.SendImpl(ServiceRequest request, ExecutionContext context, Int32 retryTimes) at Aliyun.OSS.Commands.OssCommand.Execute() at Aliyun.OSS.OssClient.UploadPart(UploadPartRequest uploadPartRequest)