The DevExpress ASP.NET File Manager (ASPxFileManager) supports the most popular cloud services, including Amazon Simple Storage Service (Amazon S3). In this demo, the File Manager's ProviderType property is set to Amazon and its CloudProviderRequest event is handled to trace every request to the Amazon Simple Storage Service in an event monitor.
To connect the ASPxUploadControl to Amazon cloud storage, register an Amazon account in the global.asax file using the RegisterAmazon method and then specify the following settings provided by the SettingsAmazon property.
- The AccountName: Specifies the name of an Amazon account.
- The BucketName: Specifies the name of the current bucket.
See Also: