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

UploadControlSettings.AmazonSettings Property

Provides access to the account settings required to upload files to Amazon Simple Storage Service (Amazon S3).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public UploadControlAmazonSettings AmazonSettings { get; }

Property Value

Type Description
UploadControlAmazonSettings

A UploadControlAmazonSettings object that is the Amazon account settings.

Remarks

To work with Amazon Simple Storage Service (Amazon S3), it is required to set the UploadControlSettings.UploadStorage property to Amazon.

See Also