Aliyun.OSS.SDK 1.0.11

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aliyun.OSS.SDK" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aliyun.OSS.SDK --version 1.0.11
#r "nuget: Aliyun.OSS.SDK, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.13.0 60,874 2/7/2021
2.12.0 22,465 10/14/2020
2.11.0 7,261 7/31/2020
2.10.0 6,224 4/10/2020
2.9.0 113,828 9/18/2018
2.8.0 31,141 1/9/2018
2.7.0 3,197 12/22/2017
2.6.0 2,290 12/13/2017
2.5.4 3,338 11/17/2017
2.5.3 4,584 9/22/2017
2.5.1 24,448 5/17/2017
2.5.0 3,166 4/20/2017
2.4.0 12,199 12/14/2016
2.3.0 12,042 4/5/2016
2.2.0 6,814 12/18/2015
2.1.0 1,641 11/30/2015
2.0.0 2,278 11/19/2015
1.0.11 1,963 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;