Click or drag to resize
AccountInfo Class
Represents Account of Amazon web services.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStorageAccountInfo

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public class AccountInfo

The AccountInfo type exposes the following members.

Constructors
  NameDescription
Public methodAccountInfo
Initializes a new instance of the AccountInfo class using the credentials and bucket name provided.
Top
Properties
  NameDescription
Public propertyAccessKey
Gets or sets secret access key.
Public propertyAccessKeyID
Gets or sets access key id.
Public propertyBucketName
Sets or gets bucket name.
Public propertyStatic memberCurrent
Returns instance of Account Info.
Public propertyS3Client
Gets instance of AmazonS3 class (main class providing operations with storage).
Top
See Also