mount amazon s3 as a local filesystem: README
$ sudo add-apt-repository ppa:ben-lemasurier/ppa
$ sudo apt-get install stormfs
$ sudo apt-get install stormfs
$ sudo vim /etc/stormfs.conf # setup API access keys
$ sudo chmod 640 /etc/stormfs.conf # secure access to keys
$ sudo chmod 640 /etc/stormfs.conf # secure access to keys
$ mkdir ~/s3
$ stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
$ stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
$ brew install stormfs
$ vim /usr/local/Cellar/stormfs/0.01/etc/stormfs.conf # setup API access keys
$ mkdir ~/s3
$ stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
$ stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
$ wget https://github.com/downloads/benlemasurier/stormfs/stormfs-0.02.tar.gz
$ tar -xzvf stormfs-0.02.tar.gz
$ cd stormfs-0.02
$ ./configure
$ make
$ sudo make install
$ cd stormfs-0.02
$ ./configure
$ make
$ sudo make install
$ vim /usr/local/etc/stormfs.conf # setup API access keys
$ mkdir ~/s3
$ sudo stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
$ sudo stormfs BUCKET ~/s3 -o allow_other
$ cd ~/s3 && ls # yay
CODE: github.com/benlemasurier/stormfs
BUGS: github.com/benlemasurier/stormfs/issues