Aliyun.OSS.SDK
1.0.11
See the version list below for details.
dotnet add package Aliyun.OSS.SDK --version 1.0.11
NuGet\Install-Package Aliyun.OSS.SDK -Version 1.0.11
<PackageReference Include="Aliyun.OSS.SDK" Version="1.0.11" />
paket add Aliyun.OSS.SDK --version 1.0.11
#r "nuget: Aliyun.OSS.SDK, 1.0.11"
// Install Aliyun.OSS.SDK as a Cake Addin #addin nuget:?package=Aliyun.OSS.SDK&version=1.0.11 // Install Aliyun.OSS.SDK as a Cake Tool #tool nuget:?package=Aliyun.OSS.SDK&version=1.0.11
阿里云OSS服务官方.NET SDK
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (35)
Showing the top 5 NuGet packages that depend on Aliyun.OSS.SDK:
Package | Downloads |
---|---|
Chuma.AlphaMS.Aliyun
初码-AlphaMS开发库-阿里云库 |
|
iTdos.DIY
iTdos.DIY开发框架,在线文档:https://www.itdos.com/itdos.diy.html |
|
Zat.Utils
爱宠动物管理系统辅助类 |
|
Zat.Setting
爱宠动物医院管理系统配置类 |
|
AlphaMS.Framework
AlphaMS开发模式工具集 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Aliyun.OSS.SDK:
Repository | Stars |
---|---|
ntminer/NtMiner
GPU miner. github不太慢,https://ntminer.coding.net/public/NtMiner/NtMiner/git/files
|
Version | Downloads | Last updated |
---|---|---|
2.14.1 | 2,246 | 6/14/2024 |
2.14.0 | 123 | 6/14/2024 |
2.13.0 | 72,385 | 2/7/2021 |
2.12.0 | 23,778 | 10/14/2020 |
2.11.0 | 7,561 | 7/31/2020 |
2.10.0 | 6,533 | 4/10/2020 |
2.9.0 | 119,444 | 9/18/2018 |
2.8.0 | 31,920 | 1/9/2018 |
2.7.0 | 4,035 | 12/22/2017 |
2.6.0 | 2,392 | 12/13/2017 |
2.5.4 | 3,433 | 11/17/2017 |
2.5.3 | 4,694 | 9/22/2017 |
2.5.1 | 25,773 | 5/17/2017 |
2.5.0 | 3,246 | 4/20/2017 |
2.4.0 | 12,685 | 12/14/2016 |
2.3.0 | 12,440 | 4/5/2016 |
2.2.0 | 7,057 | 12/18/2015 |
2.1.0 | 1,675 | 11/30/2015 |
2.0.0 | 2,325 | 11/19/2015 |
1.0.11 | 2,003 | 11/18/2015 |
•添加Bucket Lifecycle支持,可添加、删除Lifecycle规则;
•添加DoesBucketExist、DoesObjectExist接口,用于判断Bucket/Object的存在性;
•添加SwitchCredentials,可在运行期更换用户账号信息;
•添加ICredentialsProvider接口类,通过实现该类提供自定义的Credentials生成策略。
•添加GeneratePostPolicy接口,用于生成Post Policy;
•添加异步化接口(支持Put/Get/List/Copy/PartCopy等异步操作);
•添加STS支持;
•添加自定义时间校准功能,可通过Client配置项SetCustomEpochTicks接口进行设置;
•添加Chunked编码传输支持,上传时可以不指定Content-Length项;
•修复设置Bucket CORS的Expose Header属性,但取出的结果为空的bug;
•修复ListObjects请求返回的CommonPrefixs包含多个Prefix时,SDK只能取到第一个Prefix的bug;
•修复当出现OSS相关异常时,解析出的RequestId、HostId为null的bug;
•修复CopyObject/CopyPart接口中source key包含中文,出现编码错误的bug;