Does anyone know of a good JavaScript based file manager that works with Amazon S3 Web Services. I need something like http://ckfinder.com, but that works directly with S3. Something like this would be great: http://s3fm.com
I will need both upload and download and it would be nice to have some kind of integration with Amazon S3's ACL security.
I will be using this in an ASP.NET MVC project, so if it has any server side integration it would be nice if it was in .Net.
The only option I can come up with right now is cracking open the http://ckfinder.com code open and writing a plugin.