The DevExpress ASP.NET MVC File Manager extension supports today’s most popular cloud services, including Amazon Simple Storage Service (Amazon S3).
In this demo, the File Manager is bound to the file system provider of the AmazonFileSystemProvider type to work with the Amazon Simple Storage Service. To connect the File Manager 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 AmazonFileSystemProvider class.
- The AccountName property specifies the name of an Amazon account.
- The BucketName property specifies the name of the current bucket.
In this demo, the RequestEvent event is handled to trace every request to the Amazon Simple Storage Service in an event monitor.