Howdy,

s3cmd info hangs if you give it a non-existent file. For example,

$ s3cmd info s3://existing-bucket/non-existent-file.png

I've traced it into S3.py:send_request() where it hangs on the 
conn.getresponse() call, which appears to me (unfamiliar with python) to be 
part of an official HTTP lib, so I don't want to go mucking in there. This is 
completely reproducible. Any help fixing this would be appreciated.

Joe


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to