uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
374 stars 100 forks source link

Description not taken and generating 'file name given for upload can not be found' #108

Open jqdoumen opened 11 years ago

jqdoumen commented 11 years ago

/Library/Python/2.6/site-packages/glacier-0.2dev-py2.6.egg/glacier/glacierexception.py:80: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message /Library/Python/2.6/site-packages/glacier-0.2dev-py2.6.egg/glacier/glacierexception.py:111: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 exc = self if self.message is None else self.message str: File name given for upload can not be found: 20110314.tar.gz.

The file actually does get upload to Glacier, and is available with the correct file size, but with as description the full path + filename used (thus NAME instead of DESCRIPTION)