Info
Version: | 1.0.6 |
Author(s): | luosw |
Last Update: | Thursday, December 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/OssSharp.Huawei |
Install
Install-Package OssSharp.Huawei
dotnet add package OssSharp.Huawei
paket add OssSharp.Huawei
OssSharp.Huawei Download (Unzip the "nupkg" after downloading)
Dependencies
- OssSharp.Abstraction(>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.4)
- Microsoft.Extensions.Http(>= 3.1.4)
2020-08-04
去掉OBS每次调用都去查询API接口版本的问题,提高性能
2020-08-25
修复OBS Content-Disposition设置为中文后,文件上传报错的bug
修复Content-Type被url编码,导致文件内容呈现出现错误的bug
2020-12-10
修正创建对象时metadata里面设置了Content-Type+Cotent-Length导致获取对象时报错的bug.