Skip to main content
Tab

FileManagerAmazonProviderSettings.Region Property

Specifies a geographical region where a bucket, which contains a file system, is stored.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Region { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that is the code of a region, e.g. “us-east-1”.

Property Paths

You can access this nested property as listed below:

Object Type Path to Region
ASPxFileManager
.SettingsAmazon .Region
HtmlEditorFileManagerSettingsBase
.SettingsAmazon .Region

Remarks

Amazon Web Services are hosted in multiple regions world-wide. Each region is a separate geographic area. Use the Region property to specify a geographical region where a bucket (specified by the FileManagerAmazonProviderSettings.BucketName property) is stored. You can see a list of available regions in the Regions and Endpoints article.

To learn more, see the Amazon File System Provider topic.

See Also