Skip to main content

UploadControlBinderSettings.AmazonSettings Property

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

Namespace: DevExpress.Web.Mvc.BinderSettings

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlAmazonSettings AmazonSettings { get; }

Property Value

Type Description
UploadControlAmazonSettings

A UploadControlAmazonSettings object that is the Amazon account settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to AmazonSettings
DevExpressEditorsBinder
.UploadControlBinderSettings .AmazonSettings

Remarks

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

See Also