If you are using linux and just want to drag and drop copies to the local file system, you can use s3sync:
http://www.s3sync.net/wiki
If you want to access files directly on s3, you can mount s3 as a fuse file system locally, but be careful that accessing files using this method depends on your connection, so speed problems may occur. I used s3fs perfectly for accessing backups, etc .:
(can only post one atm message, but google s3fs - it is hosted on googlecode)
If you just need a copy, then s3sync is the easiest option.
Hope this helps.
Robbie scourou
source share