Skip to content

yangzhongke/UpYun.NETCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpYun.NETCore

又拍云 SDK .net Core版

Nuget安装指令:

Install-Package UpYun.NETCore

示例代码:

UpYunClient upyun = new UpYunClient(bucketName, username, password, httpClientFactory);
byte[] bytes = Encoding.UTF8.GetBytes("www.youzack.com");
var a = await upyun.WriteFileAsync("/test.txt", bytes, true);

About

又拍云 SDK .net Core版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages