-
sudorandom committed
Dec 12, 2012
-
Bug fix for requests transport. Resolves #16
sudorandom committedDec 8, 2012
-
sudorandom committed
Dec 4, 2012 -
sudorandom committed
Dec 4, 2012 * Adds StorageObject.update(headers) to POST arbitrary headers to a StorageObject. * Adds optional additional headers to StorageObject.create() call * Makes query parameter optional for search
-
Raises ContainerNotEmpty Error When Attempting to Delete Non-Empty Co…
sudorandom committedNov 6, 2012 …ntainer Resolves Issue #10
-
Merge branch 'master' of github.com:softlayer/softlayer-object-storag…
sudorandom committedNov 3, 2012 …e-python
-
Update README to remove OS-specific commands
sudorandom committedNov 2, 2012 -
Merge pull request #9 from benmccann/master
sudorandom committedNov 2, 2012 Update README to mention that package is available via pip
-
Update README to mention that package is available via pip
benmccann committedNov 1, 2012
-
Fixed Issue With Uploading Objects With Unicode in the Name
sudorandom committedOct 29, 2012
-
Fixed Issue With Uploading Objects With Unicode in the Name
sudorandom committedOct 26, 2012
-
sudorandom committed
Oct 19, 2012 -
Merge pull request #8 from sudorandom/pep8/compat
sudorandom committedOct 19, 2012 PEP8 Fixes, Python 2.4, 2.5, 2.6, 2.7, 3.2, Pypy Support, Tox Config Addition
-
Merge branch 'pep8/compat' of github.com:sudorandom/softlayer-object-…
sudorandom committedOct 19, 2012 …storage-python into pep8/compat
-
Merge remote-tracking branch 'upstream/master'
sudorandom committedOct 19, 2012 -
Adds Support for More Range header variations to the read() Method fo…
sudorandom committedOct 19, 2012 …r Objects
-
Merge pull request #5 from SecurityForUs/content_type-fix
CrackerJackMack committedOct 18, 2012 is_dir() now appropriately detects both directory mime types.
-
Fixed information in comment and docs
SecurityForUs committedOct 18, 2012 -
Added another MIME type for directory detection
SecurityForUs committedOct 18, 2012
-
Added tox.ini. Removed integration tests
sudorandom committedJun 18, 2012
-
Bug Fixes/Python 2.4/2.5 Support
sudorandom committedJun 14, 2012 - Exposed the size parameter for chunked connection - Fixed issue with using chunked connection while knowing the size. - Fixed issue with chunked connection not working with https - Json is now being imported with legacy fallbacks - No more with statements :( - storage_object.send() now uses chunked_upload. - Added md5 hash calculation/validation to send() - send() now updates the 'model' representation based on the response. - Python 2.4/2.5 Support tested with listing/detailing containers/objects uploading/downloading objects. Requires httplib2 and simplejson.
-
Merge branch 'master' of https://github.com/sudorandom/softlayer-obje…
sudorandom committedJun 13, 2012
-
Changes to Conform Closer to PEP-8
sudorandom committedJun 7, 2012 - Includes several Possible bug fixes while cleaning up. - Removed Uneeded imports - Added missing imports - Formatting of code
-
sudorandom committed
May 16, 2012 -
StorageObject.list() to use prefix
sudorandom committedMay 16, 2012 Changed the StorageObject to use the prefix parameter instead of path.
-
Merge pull request #4 from sudorandom/master
sudorandom committedMay 16, 2012 StorageObject.list() to use prefix
-
sudorandom committed
May 2, 2012 -
sudorandom committed
May 2, 2012 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.
-
sudorandom committed
Apr 24, 2012 -
Added extra header option to object's read()
sudorandom committedApr 24, 2012
-
Merge branch 'master' of github.com:softlayer/softlayer-object-storag…
sudorandom committedApr 20, 2012 …e-python
-
Added a change that will behave better with older versions of httplib2.
sudorandom committedApr 20, 2012 -
sudorandom committed
Apr 20, 2012 container.delete_all_objects() was broken since the rename of list() to objects()
-
sudorandom committed
Apr 4, 2012 -
Added compiled docs to the repo. Better documented public methods. Ch…
sudorandom committedApr 4, 2012 …anged search api back to accepting a query string as the first param and either kwargs or the second parameter to define options. Fixed tests.