Transferring 100,000 images to S3. What's the quickest way?

amazon-s3

Solution

Maybe try the snail mail?

Amazon Import/Export

Problem

I'm looking for the fastest way to transfer ~100,000 images from a server to my Amazon S3 bucket. Would that be to loop through every image and do a separate PUT request? I was hoping there was a quicker way, but haven't found anything.

Original source