jjneely / whisper-backup

Tool to backup Graphite Whisper database trees to AWS S3 or Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 support is broken on release 0.1.1

OrBaruk opened this issue · comments

Release 0.1.1 is missing the following line in s3.py, this causes the script to throw exceptions, and make it unusable for S3.

The worst part is that due to the worker pool model the exceptions are eaten up and the scripts fails quietly, even printing an "backup complete" at the end leaves the user wondering why it isn't working...

I suggest to make a new release soon, or at least leave a disclaimer on the readme regarding the status of s3 support for the current release.

Your wish is granted. 0.1.3 is now available.