views:

421

answers:

2

I want to tranfer files in around 1000 directories to an Amazon S3 bucket using Pythons S3 package. How could I do it ?

+2  A: 

One example: http://www.holovaty.com/code/update_s3.py

Aaron
Why do so many new users not upvote and/or select an answer when they've had a spot-on answer for 10 hours?
hughdbrown
maybe he went to sleep.
blackkettle
A: 

I like boto,

http://code.google.com/p/boto/

blackkettle