Initializes a new instance of the
AccountInfo class using the credentials and bucket name provided.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax public AccountInfo(
string accessKeyID,
string accessKey,
string bucketName
)
Parameters
- accessKeyID
- Type: SystemString
Access key ID. - accessKey
- Type: SystemString
Access secret key. - bucketName
- Type: SystemString
Bucket name.
See Also