Example of Amazon S3 File Provider in Javascript File Manager Control

/
/
Amazon S3 File Provider

This sample demonstrates how to utilize the Amazon S3 file system provider to manage the files in File Manager component. To run the service, create an Amazon S3 account and a S3 bucket and then register your amazon S3 client account details like bucketName, awsAccessKeyId, awsSecretKeyId and awsRegion details in RegisterAmazonS3 method to perform the file operations.

More Details...

Description

The File Manager component is used to explore a file system through a web application, similar to the windows explorer for windows. It supports all the basic file operations such as create, rename, delete and so on. Note: File Manager’s upload functionality is restricted in online demo. To work with upload functionality, please download Amazon S3 File Provider from the GitHub repository.