UploadControlAmazonSettings.Region Property
In This Article
Specifies a geographical region where a bucket, which contains a file system available by the upload control, is stored.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that is the code of a region, e. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Region |
---|---|---|
ASP. |
Upload |
|
Html |
|
|
Upload |
|
|
ASP. |
ASPx |
|
ASPx |
|
#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 UploadControlAmazonSettings.BucketName property) is stored. You can see a list of available regions in the Regions and Endpoints article.
See Also