At least for me, s3fs performance is pretty dismal....
Code:
$ time dd if=/dev/zero of=/s3/test.20m bs=1024 count=20480
20480+0 records in
20480+0 records out
20971520 bytes (21 MB) copied, 76.7342 s, 273 kB/s
real 1m17.972s
user 0m0.015s
sys 0m0.172s
$ time cp /s3/test.20m ~
real 1m0.458s
user 0m0.000s
sys 0m0.045s
So, 273KB/s upload, 346KB/s download. Not a problem for a backup solution, but a pain in the *** when I'm actually trying to read one of my files. 346KB/s doesn't even max out a DSL modem! No, I did not use a DSL modem for this test. It was run on my linode in Fremont which apparently has lots of bandwidth available to it. And I'm using the latest version of s3fs.
If anyone's got a nice little trick to improve this situation, please let me know.