Aliyun.OSS.SDK 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aliyun.OSS.SDK --version 2.3.0
                    
NuGet\Install-Package Aliyun.OSS.SDK -Version 2.3.0
                    
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="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aliyun.OSS.SDK" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Aliyun.OSS.SDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aliyun.OSS.SDK --version 2.3.0
                    
#r "nuget: Aliyun.OSS.SDK, 2.3.0"
                    
#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.
#:package Aliyun.OSS.SDK@2.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aliyun.OSS.SDK&version=2.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Aliyun.OSS.SDK&version=2.3.0
                    
Install as a Cake Tool

阿里云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.14.1 15,408 6/14/2024
2.14.0 353 6/14/2024
2.13.0 89,460 2/7/2021
2.12.0 26,812 10/14/2020
2.11.0 8,193 7/31/2020
2.10.0 7,150 4/10/2020
2.9.0 125,435 9/18/2018
2.8.0 33,846 1/9/2018
2.7.0 5,257 12/22/2017
2.6.0 3,083 12/13/2017
2.5.4 3,899 11/17/2017
2.5.3 5,242 9/22/2017
2.5.1 27,329 5/17/2017
2.5.0 3,745 4/20/2017
2.4.0 13,844 12/14/2016
2.3.0 13,549 4/5/2016
2.2.0 7,803 12/18/2015
2.1.0 2,136 11/30/2015
2.0.0 3,447 11/19/2015
1.0.11 2,928 11/18/2015

ObjectMetadata新增ContentMd5属性,支持上传文件时验证md5
拷贝时验证目标bucket和object名称合法性
解决无法从Metadata获取Expires的问题
解决重试机制失效的问题
解决设置Content-Encoding等值为null时抛异常的问题
解决Endpoint头尾含空字符报错的问题