Skip to main content
A newer version of this page is available. .
Tab

AccountManager.RegisterAmazon(String, String, String) Method

Registers an Amazon cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void RegisterAmazon(
    string name,
    string accessKeyID,
    string secretAccessKey
)

Parameters

Name Type Description
name String

A string value that specifies the account name.

accessKeyID String

A string value that is the access key ID.

secretAccessKey String

A string value that is the secret access key.

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also