Click or drag to resize
OssClient Constructor (String, String, String)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console).

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public OssClient(
	string endpoint,
	string accessKeyId,
	string accessKeySecret
)

Parameters

endpoint
Type: SystemString
OSS endpoint
accessKeyId
Type: SystemString
OSS access key Id
accessKeySecret
Type: SystemString
OSS key secret
See Also