|
Amazon Simple Storage Service
Amazon S3 Library for REST in Python
Posts:
13
Registered:
7/2/08
|
|
|
|
Re: Amazon S3 Library for REST in Python ++ ACL policy parsing and creation
Posted:
Oct 8, 2009 12:40 PM PDT
in response to: Paul M.
|
|
|
Awesome Paul.
I'm considering this page to basically be dead - the AWS CMS is kind of ... not so great.
I moved the file where everybody can get at it, modify it, make tickets, etc....
http://github.com/AdamN/python-s3
|
|
Posts:
13
Registered:
7/2/08
|
|
|
|
Re: Amazon S3 Library for REST in Python ++ ACL policy parsing and creation
Posted:
Oct 19, 2009 1:16 PM PDT
in response to: Paul M.
|
|
|
Paul,
Can you clarify the addition of the copyright?
# (c) 2009 Tartan Solutions, Inc
This won't be usable on most libraries I'd like this integrated into if you're claiming copyright. It's fine, I just need to know so those changes aren't propagated to the GPL libraries that use s3.py.
Cheers,
Adam
|
|
Posts:
13
Registered:
7/2/08
|
|
|
|
Re: Amazon S3 Library for REST in Python ++ ACL policy parsing and creation
Posted:
Oct 28, 2009 8:51 AM PDT
in response to: A. Nelson
|
|
|
After careful consideration, I recommend all users use boto instead for a python s3 library as this library is no longer actively maintained:
http://boto.s3.amazonaws.com/index.html http://code.google.com/p/boto/
It's not immediately obvious to a new Python user what to do when starting with S3 and Amazon Web Services, but boto is far and away the superior library.
|
|
Posts:
1
Registered:
4/24/10
|
|
|
|
Re: Amazon S3 Library for REST in Python ++ ACL policy parsing and creation
Posted:
Apr 24, 2010 11:49 AM PDT
in response to: A. Nelson
|
|
|
does anyone know why I get this every other day during my nightly backups while using this script?
GENERAL EXCEPTION: [Errno 104] Connection reset by peer
I'm uploading a 2 GIG compressed file usin this code:
resp = conn.put(bucket_name, tarfile_name, S3.S3Object(filedata),
{'Content-Type': content_type})
|
|
Posts:
12
Registered:
5/5/09
|
|
|
|
Re: Amazon S3 Library for REST in Python ++ ACL policy parsing and creation
Posted:
Aug 19, 2010 11:52 AM PDT
in response to: A. Nelson
|
|
|
Thanks for the tip
|
|
|
|
 |
|