OssClient Constructor |
Name | Description | |
---|---|---|
OssClient(String, ICredentialsProvider) |
Creates an instance with specified credential information.
| |
OssClient(Uri, ICredentialsProvider) |
Creates an instance with specified endpoint and credential information.
| |
OssClient(String, ICredentialsProvider, ClientConfiguration) |
Creates an instance with specified credential information and client side configuration.
| |
OssClient(String, String, String) |
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console).
| |
OssClient(Uri, ICredentialsProvider, ClientConfiguration) |
Creates an instance with specified endpoint, credential information and credential information.
| |
OssClient(Uri, String, String) |
Creates an instance with specified endpoint, access key Id and access key secret.
| |
OssClient(String, String, String, ClientConfiguration) |
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret and client configuration.
| |
OssClient(String, String, String, String) |
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console) and STS token.
| |
OssClient(Uri, String, String, ClientConfiguration) |
Creates an instance with specified endpoint, access key Id and access key secret and configuration.
| |
OssClient(Uri, String, String, String) |
Creates an instance with specified endpoint, access key Id and access key secret and STS token.
| |
OssClient(String, String, String, String, ClientConfiguration) |
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console) and STS token.
| |
OssClient(Uri, String, String, String, ClientConfiguration) |
Creates an instance with specified endpoint, access key Id, access key secret, STS security token and configuration.
|