softlayer-object-storage-python icon indicating copy to clipboard operation
softlayer-object-storage-python copied to clipboard

SoftLayer Object Storage Python Client

Results 16 softlayer-object-storage-python issues
Sort by recently updated
recently updated
newest added

Often we use a `SpooledTemporaryFile` to write data to SL object storage. Previously we were using Python 2.7.2 and this worked fine. After updating to Python 2.7.9 we were running...

Would make sense and improve this codebase a bit if we included the hacking checks in our flake8/pep8 checks.

enhancement

We have a test suite... we should be doing automated tests for pull requests via Travis CI. Need a configuration and if I recall correctly need to flip a switch...

enhancement

Uploading a >5 GiB object will fail. Need to handle these as SLOs, or add a dependency for the official Swift client module and call it for uploads. This would...

bug

In line with our other projects, 2.6 should become the minimum supported.

enhancement

There are (at least) three logging instances being created in the object_storage package, and that makes it a bit messy for callers to redirect logging to another logging instance owned...

enhancement