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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public OssClient(
string endpoint,
string accessKeyId,
string accessKeySecret
)
Public Sub New (
endpoint As String,
accessKeyId As String,
accessKeySecret As String
)
public:
OssClient(
String^ endpoint,
String^ accessKeyId,
String^ accessKeySecret
)
new :
endpoint : string *
accessKeyId : string *
accessKeySecret : string -> OssClient
Parameters
- endpoint
- Type: SystemString
OSS endpoint - accessKeyId
- Type: SystemString
OSS access key Id - accessKeySecret
- Type: SystemString
OSS key secret
See Also