I want to use Amazon S3 service to host files and images for my site, but I also want to use CKFinder to manager files on it.
I did use function "replaceUploadForm" to change upload file to Amazon S3 hosting. And I want to show files hosted on Amazon s3 to list file(files_view) of CKFinder . Do CKFinder support write a plugin to change files view?
Are there any orther way? Please help me.
About Amazon S3:
"Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.
Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, secure, fast, inexpensive infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers."
I did use function "replaceUploadForm" to change upload file to Amazon S3 hosting. And I want to show files hosted on Amazon s3 to list file(files_view) of CKFinder . Do CKFinder support write a plugin to change files view?
Are there any orther way? Please help me.
About Amazon S3:
"Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.
Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, secure, fast, inexpensive infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers."
Re: Integrate CKFinder with Amazon S3 hosting
Hi,
there are solutions like http://code.google.com/p/s3fs/wiki/FuseOverAmazon which allow to mount Amazon S3 as local file system. This should help integrate Amazon S3 with CKFinder.
Re: Integrate CKFinder with Amazon S3 hosting