aliyun / aliyun-oss-csharp-sdk

Aliyun OSS SDK for C#
MIT License
379 stars 204 forks source link

2.13 ComputeContentCrc64 大于2g文件报错 之前的版本正常 严重影响验证导致重复下载流量亏损 #137

Open qq294716498 opened 2 years ago

qq294716498 commented 2 years ago

OssUtils.ComputeContentCrc64 测试 大文件 报错 错误码: System.OverflowException: Arithmetic operation resulted in an overflow. at Aliyun.OSS.Util.OssUtils.ComputeContentCrc64 (System.IO.Stream input, System.Int64 length) [0x00036] in :0

qq294716498 commented 2 years ago

ComputeContentCrc64 方法里将int 改为long