google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Replace sha with hashlib in S3 backend #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To get rid of this error:

Starting yabibe.../home/yabi/yabi/yabibe/yabibe/utils/protocol/s3/S3.py:44: 
DeprecationWarning: the sha module is deprecated; use the hashlib module instead

Original issue reported on code.google.com by amacgregor on 21 Feb 2012 at 8:10

GoogleCodeExporter commented 9 years ago
This S3 module is not inhouse. Will replace with 
http://pypi.python.org/pypi/Python-Amazon/0.5 egg.

Original comment by retrogra...@gmail.com on 1 Mar 2012 at 8:35

GoogleCodeExporter commented 9 years ago
That was a suprisingly large amount of work. Completely dumped the present s3 
backend and made connector call boto.

Original comment by retrogra...@gmail.com on 22 Mar 2012 at 2:10