Click or drag to resize
AccountInfo Constructor
Constructor where credentials could be specified.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
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