Ruby generic filesystem libraries

Posted by webdestroya on Stack Overflow See other posts from Stack Overflow or by webdestroya
Published on 2010-05-25T04:21:32Z Indexed on 2010/05/25 4:41 UTC
Read the original article Hit count: 431

I am looking for a "Virtual File System" type library for ruby. I want to be able to have a completely generic file system that I can easily switch between using Local files and using S3 or using FTP or something like that. (Identical to VFS for Java)

Has anybody used any type of generic file system for ruby (I just need it to support local files and Amazon S3)

Any pointers would be much appreciated.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby