Skip to main content
A newer version of this page is available. .

Amazon File System Provider

Set the ASPxFileManager.ProviderType property to Amazon to allow ASPxFileManager to operate with files contained in the Amazon Simple Storage Service (Amazon S3).

The Amazon file system provider functionality is implemented by the AmazonFileSystemProvider class that defines methods for getting a file and folder hierarchy, and the methods for editing file manager items.

ASPxFileManager_AmazonFileSystemProvider

Provider Settings

To connect the ASPxFileManager to Amazon cloud storage, register an Amazon account in the global.asax file using the AccountManager.RegisterAmazon method and then specify the following settings provided by the ASPxFileManager.SettingsAmazon property.

The ASPxFileManager allows you to perform custom actions on every request to Amazon S3 by handling the ASPxFileManager.CloudProviderRequest event.

Online Demo

File Manager - Amazon Provider

See Also