softlayer / softlayer-object-storage-python

SoftLayer Object Storage Python Client
Other
19 stars 30 forks source link

save_to_filename is broken #11

Closed benmccann closed 11 years ago

benmccann commented 11 years ago

Hi, I'm having a bit of a bad day :-( I'm having lots of trouble restoring my backup because save_to_filename is broken. When I restore the files they end up being smaller than the originals.

E.g. I uploaded a file name connectifier.11 which is 2047 MB. When I've restored it, it is much smaller: -rw-r--r-- 1 root root 1687725706 Nov 8 12:08 connectifier.11

I've filed a support ticket on this as well (https://manage.softlayer.com/Support/viewTicket/5955452), but the issue definitely seems to be that function given all signs thus far.

benmccann commented 11 years ago

Looks like the problem is with the Softlayer servers and not the Python client.