Tagged Questions
0
votes
6answers
801 views
Downloading a Large Number of Files from S3
What's the Fastest way to get a large number of files (relatively small 10-50kB) from Amazon S3 from Python? (In the order of 200,000 - million files).
At the moment I am using boto to generate ...