MK.AliYun 8.0.9

dotnet add package MK.AliYun --version 8.0.9
NuGet\Install-Package MK.AliYun -Version 8.0.9
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="MK.AliYun" Version="8.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MK.AliYun --version 8.0.9
#r "nuget: MK.AliYun, 8.0.9"
#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 MK.AliYun as a Cake Addin
#addin nuget:?package=MK.AliYun&version=8.0.9

// Install MK.AliYun as a Cake Tool
#tool nuget:?package=MK.AliYun&version=8.0.9

MK.AliYun

麦康阿里云工具类

阿里云官方文档

OSS API V4 签名(推荐) 在 Header 中包含 V4 签名 在 URL 中包含 V4 签名

OSS API V1 签名 在 Header 中包含 V1 签名 在 URL 中包含 V1 签名

OSS PostObject Policy(推荐用 V4) Post Signature V4/V1

OpenApi V3 签名(推荐) OpenApi V3

获取 OSS API 签名

// 获取 API 签名 V4(推荐)
var sign = MKAliYunOss.GetApiSignV4(config => {});

// 获取 API 签名
var sign = MKAliYunOss.GetApiSign(config => {});

获取 OSS POST Object Policy

// 获取 POST Object Policy V4(推荐)
var policy = MKAliYunOss.GetPolicySignV4(config => {});

// 获取 POST Object Policy
var policy = MKAliYunOss.GetPolicySign(config => {});

获取 Open API 签名

// 获取 API 签名 V3(推荐)
var sign = MKAliYunOpenApi.GetSignV3(config => {});
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.9 75 5/1/2024