Skip to main content
Tab

AmazonFileSystemProvider.BucketName Property

Specifies a name of the bucket that contains a file system displayed in the file manager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string BucketName { get; set; }

Property Value

Type Description
String

A string value that is the bucket name.

Remarks

On Amazon S3, all files are stored and organized in buckets that are top level folders, which can contain sub folders and store data (objects). Use the BucketName property to specify a bucket where the file system is contained.

A region where the bucket is stored can be specified by the AmazonFileSystemProvider.Region property.

Important

The AmazonFileSystemProvider uses an SSL connection to get data from Amazon. In this mode, periods aren’t supported.

For bucket naming guidelines, see Bucket Restrictions and Limitations.

To learn more, see the Working with Amazon S3 Buckets topic.

See Also