Constructor where credentials could be specified.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
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