Have been doing some work with the KnowledgeTree document management system. Was about 61GB of data, so got the company to sent a disk to Amazon to import. As I didn't know you could import to EBS (or maybe they just announced that) this was imported to S3.
It's a pain to get your data out of S3, let me tell you that, especially as in their case they had deeply structured files. s3fs can mount this, but didn't see any files. In the end I used the Perl Amazon::S3 library to get all files in the bucket and download them one by one.
Although the data is now on the server, it doesn't mean that it's in KnowledgeTree. There is a Best Practice document, but the the link to the bulkimporter is dead. Was able to locate it. Now seeing if this is going to work.
