softlayer / softlayer-object-storage-backup

Other
11 stars 3 forks source link

Move upload methods to softlayer-object-storage-python #20

Open benmccann opened 11 years ago

benmccann commented 11 years ago

It's impossible to use softlayer-object-storage-python without copying, pasting, and altering a bunch of code from this project. It would be great to move chunk_upload to softlayer-object-storage-python in order to make that project more usable.

CrackerJackMack commented 11 years ago

Besides chunk_upload and creating of manifest files what other functions/features do you feel are missing from softlayer-object-storage-python that are in softlayer-object-storage-backup ? I'll be more than happy to port them over.

benmccann commented 11 years ago

Awesome. That was the main one. It calls some others that would have to be moved as well such as asblocks. I think also that swifthash might make more sense in the client library as I could see other users of it wanting that method as well.