Skip to main content
Tab

AmazonFileSystemProvider.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

public string Region { get; set; }

Property Value

Type Description
String

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

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 AmazonFileSystemProvider.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