1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from sudorandom/master More... about 13 years ago
Updated Version to 0.4.2 More... over 13 years ago
Bug Fixes The listing functions (container.objects() and client.containers()) now use the special subdirs when provided when listing with the pseudo-hierarchy. Fixed logic problem that arrose when using copy_to, copy_from and/or rename. More... over 13 years ago
Removed verbose logging More... over 13 years ago
Added extra header option to object's read() More... over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python More... over 13 years ago
Added a change that will behave better with older versions of httplib2. More... over 13 years ago
Fixed mistype. container.delete_all_objects() was broken since the rename of list() to objects() More... over 13 years ago
Update README.markdown More... over 13 years ago
Added compiled docs to the repo. Better documented public methods. Changed search api back to accepting a query string as the first param and either kwargs or the second parameter to define options. Fixed tests. More... over 13 years ago
Made it easier to pass in an auth_token when defining a client in order to avoid authenticating when you don't need to again. More... over 13 years ago
Updated search function in storage_object class to match the new search interface. More... over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python More... over 13 years ago
Updated minor version number More... over 13 years ago
Fixed serveral issues with twisted client. Added content-length header for the rename request (some servers/proxies require it) More... over 13 years ago
changed main dependency to httplib2 instead of requests More... over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python More... over 13 years ago
Added cluster endpoints More... over 13 years ago
Change setup.py to have Softlayer as the author and to use the sldn email More... over 13 years ago
Merge pull request #3 from sudorandom/master More... over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python More... over 13 years ago
Fixed tests More... over 13 years ago
Improved __str__ for objects, now includes byte sizes. More... over 13 years ago
Merge pull request #2 from sudorandom/master More... over 13 years ago
* size now returns an int instead of a float * removed references to 'object'-replaced with storage_object * Added save_to_filename() to match load_from_filename() to the storage_object class. * added exists() to container and storage_object classes More... over 13 years ago
Added chunked download. Cleaned up/fixed chunked upload. Renamed disable/enable cdn to make_public/make_private added set_write_acl and set_read_acl removed references to the removed Node class (doh.) More... over 13 years ago
Merge pull request #1 from sudorandom/refactor1 More... over 13 years ago
Lots of refactoring. Some interfaces have changed so I increased the minor version. - renamed list_cdn_containers() to public_containers() - Removed Node() class - Created model classes that match account, container and storageobject controllers. - The search methods now take one dict parameter with all the options (to avoid collisions with global functions) - Renamed Object class to StorageObject and renamed the model to match. - Updated README.markdown - Added ability to select datacenter, network and protocol. It will select the Auth URL from that. After authentication, it will try to find the appropriate storage_url and raise a recoverable exception if it can't. More... over 13 years ago
Added development section to the README More... over 13 years ago
Added docs More... over 13 years ago