Skip to main content
Tab

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

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

Property Value

Type Default Description
String String.Empty

A string value that is the bucket name.

Property Paths

You can access this nested property as listed below:

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

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