Looking for a REST-based remote filesystem

picrap picture picrap · Apr 19, 2012 · Viewed 10k times · Source

This is a very open/general question (I hope not too general anyway:))

I'm looking for a library/module that could be plugged in a web server (like apache) and handle REST requests to store / retrieve / delete files. Something like Amazon's S3 or Windows Azure storage, but open-sourced.

Does such a thing exist?

Answer

Celada picture Celada · Apr 19, 2012

mod_dav? DAV is the original generic/bare-bones REST. You PUT files, then you can GET them back or DELETE them... But that doesn't provide any management by itself, and maybe that is that you are looking for. Have you looked into OpenStack, specifically the object storage component?