ASPxUploadControl.AmazonSettings Property
In This Article
Gets settings allowing an upload control to access a file system storage in the Amazon Simple Storage Service (Amazon S3).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlAmazonSettings AmazonSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
An Upload |
#Remarks
Use the AmazonSettings property to specify settings that allow the upload control to access an Amazon account when the ASPxUploadControl uploads files to the Amazon Simple Storage Service (when the ASPxUploadControl.UploadStorage property is set to Amazon).
Note
For security reasons the settings available by the Amazon
See Also