| AccountInfo Class |
Namespace: CMS.AmazonStorage
public class AccountInfo
The AccountInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountInfo |
Initializes a new instance of the AccountInfo class using the credentials and bucket name provided.
|
| Name | Description | |
|---|---|---|
| AccessKey |
Gets or sets secret access key.
| |
| AccessKeyID |
Gets or sets access key id.
| |
| BucketName |
Sets or gets bucket name.
| |
| Current |
Returns instance of Account Info.
| |
| S3Client |
Gets instance of AmazonS3 class (main class providing operations with storage).
|