SDK文档说
https://help.aliyun.com/document_detail/32086.html?spm=5176.doc32085.6.344.7etByG
SDK安装
版本依赖
Windows
适用于.NET 2.0 及以上版本
适用于Visual Studio 2010及以上版本
STS相关的支持:
https://help.aliyun.com/document_detail/32093.html?spm=5176.doc32086.6.351.Of9KNo
使用STS凭证构造签名请求
用户的client端拿到STS临时凭证后,通过其中安全令牌(SecurityToken)以及临时访问密钥(AccessKeyId, AccessKeySecret)生成OssClient。以上传文件为例:
string accessKeyId = "<accessKeyId>";
string accessKeySecret = "<accessKeySecret>";
string securityToken = "<securityToken>"
// 以杭州为例
string endpoint = "http://oss-cn-hangzhou.aliyuncs.com";
var ossClient = new OssClient(endpoint, accessKeyId, accessKeySecret, securityToken);
-------------------------
回 楼主(旷野的风) 的帖子
你说的”有用 .NET 开发 STS 的吗“
到底是要开发STS
还是需要使用STS来做OSS的上传?
如果需要了解STS的相关使用场景,可以看看:
https://help.aliyun.com/document_detail/31920.html?spm=5176.doc31923.6.194.38GuM4