I intend to use Amazon S3 in my Django project, what’s the difference between Amazon’s official S3.py and boto.s3? Which one should I use?
I intend to use Amazon S3 in my Django project, what’s the difference between
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose that, by
S3.py, you are referring to the code available to download here. So, please correct me if I am wrong.In this case, IMHO, boto has some advantages, as pointed out at the Getting Started with AWS and Python tutorial:
Boto also has a good documentation, and an active mail list.
On the other hand, take a look at the last documented update to
S3.py, and particularly when it happened:And this is another thing that got me thinking (remember that Python 3.3.0 beta is out there):
So, my recommendation is: you should use boto.