In the Readme there's a line
blobService.put_blob('taskcontainer', 'task1', file('task1-upload.txt').read())
That results in a TypeError:
TypeError: put_blob() takes at least 5 arguments (4 given)
The example seems to be missing the "x_ms_blob_type" argument.