openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
SoftLayer Object Storage - Python Client
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Aug 07, 2024 — Aug 07, 2025
Showing page 3 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #4 from sudorandom/master
Kevin McDonald
More...
about 13 years ago
Updated Version to 0.4.2
Kevin McDonald
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.
Kevin McDonald
More...
over 13 years ago
Removed verbose logging
Kevin McDonald
More...
over 13 years ago
Added extra header option to object's read()
Kevin McDonald
More...
over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python
Kevin McDonald
More...
over 13 years ago
Added a change that will behave better with older versions of httplib2.
Kevin McDonald
More...
over 13 years ago
Fixed mistype. container.delete_all_objects() was broken since the rename of list() to objects()
Kevin McDonald
More...
over 13 years ago
Update README.markdown
Kevin McDonald
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.
Kevin McDonald
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.
Kevin McDonald
More...
over 13 years ago
Updated search function in storage_object class to match the new search interface.
Kevin McDonald
More...
over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python
Kevin McDonald
More...
over 13 years ago
Updated minor version number
Kevin McDonald
More...
over 13 years ago
Fixed serveral issues with twisted client. Added content-length header for the rename request (some servers/proxies require it)
Kevin McDonald
More...
over 13 years ago
changed main dependency to httplib2 instead of requests
Kevin McDonald
More...
over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python
Kevin McDonald
More...
over 13 years ago
Added cluster endpoints
Kevin McDonald
More...
over 13 years ago
Change setup.py to have Softlayer as the author and to use the sldn email
Kevin McDonald
More...
over 13 years ago
Merge pull request #3 from sudorandom/master
Kevin McDonald
More...
over 13 years ago
Merge branch 'master' of github.com:softlayer/softlayer-object-storage-python
Kevin McDonald
More...
over 13 years ago
Fixed tests
Kevin McDonald
More...
over 13 years ago
Improved __str__ for objects, now includes byte sizes.
Kevin McDonald
More...
over 13 years ago
Merge pull request #2 from sudorandom/master
Kevin McDonald
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
Kevin McDonald
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.)
Kevin McDonald
More...
over 13 years ago
Merge pull request #1 from sudorandom/refactor1
Kevin McDonald
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.
Kevin McDonald
More...
over 13 years ago
Added development section to the README
Kevin McDonald
More...
over 13 years ago
Added docs
Kevin McDonald
More...
over 13 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree