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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlAmazonSettings AmazonSettings { get; }

Property Value

Type Description
UploadControlAmazonSettings

An UploadControlAmazonSettings object containing the settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AmazonSettings
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload .AmazonSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload .AmazonSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload .AmazonSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload .AmazonSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload .AmazonSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload .AmazonSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload .AmazonSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload .AmazonSettings

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 Specifying a Principal in a Policy topic.

Note

For security reasons, the settings available using the AmazonSettings property are not saved in the ViewState.

See Also