ASPxHtmlEditorUploadSettingsBase.AmazonSettings Property
Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3).
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
UploadControlAmazonSettings | An UploadControlAmazonSettings object containing the settings. |
Remarks
Use the AmazonSettings property to specify settings that allow the ASPxHtmlEditor to access an Amazon account when operating with files in the Amazon Simple Storage Service (when the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to Amazon).
Note that it is necessary to change the default bucket policy. For more information, see the Bucket policies for Amazon S3 topic.
Note
For security reasons, the settings available using the AmazonSettings property are not saved in the ViewState.