OpenSource or Java-based Paid File Manager for Amazon S3

Does anyone know of a good JavaScript file manager that works with Amazon S3 Web Services. I need something like http://ckfinder.com , but this works directly with S3. Something like this would be great: http://s3fm.com

I need to download and download, and it would be nice to have some kind of Amazon S3 ACL security integration.

I will use this in an ASP.NET MVC project, so if it has any server-side integration, it would be nice if it were in .Net.

The only option I can come up with right now is to open the http://ckfinder.com file and write a plugin.

+3
source share
2 answers

Check out the file manager from Core Five Labs: http://labs.corefive.com/2009/10/30/an-open-file-manager-for-ckeditor-3-0/

I was able to quickly create a connector for Amazon S3 using .net. I used the Affirma.Threesharp library to access S3 and did it using WebForms, I am sure that this will not differ too much from MVC.

+2
source

Source: https://habr.com/ru/post/1729939/


All Articles