Click or drag to resize
OssClient Constructor (Uri, String, String, ClientConfiguration)
Creates an instance with specified endpoint, access key Id and access key secret and configuration.

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

Parameters

endpoint
Type: SystemUri
OSS endpoint
accessKeyId
Type: SystemString
OSS access key id
accessKeySecret
Type: SystemString
OSS access key secret
configuration
Type: Aliyun.OSS.CommonClientConfiguration
client side configuration
See Also