Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web based client for Amazon S3 [closed]

We are looking for a secure online solution to access our files stored on Amazon S3. We have about 3K files, mostly media and documents, that we need to make available to our employees on the move. We don't want to develop anything in-house if there is an existing solution.

Please note that our employees are not technologically minded, so a simple web based upload/download GUI would work the best.

like image 629
Dick Lebavo Avatar asked Aug 03 '09 14:08

Dick Lebavo


1 Answers

You can use S3fm, a free web-based file manager for Amazon S3.

Strictly speaking, it's not a "hosted" solution so you don't have to share your credentials with a 3rd party web site. It's a stand-alone Ajax app that loads directly from Amazon S3 and runs in your browser. Works with all major browser/OS combinations.

Next version will allow user management and file sharing with non-AWS users.

like image 190
Alex Avatar answered Oct 04 '22 14:10

Alex