softlayer-object-storage-php
softlayer-object-storage-php copied to clipboard
SoftLayer Object Storage PHP Client
if the value of $fileName contains the object storage filename, line 100 will cause a warning since mime_content_type() checks the local filesystem. 
We currently use this library and it works great. But, today SoftLayer turned off SSLv3 on their ObjectStorage network in response to the POODLE vulnerability. Is there any way to...
Please change: `"autoload": { "psr-0": { "ObjectStorage_": "lib/", "": "lib/" } }` to `"autoload": { "psr-0": { "ObjectStorage_": "lib/" } }` It's causing a lot of problems
Trying to add this with any other framework and spl_autoload_register conflicts with everything else causes all kinds of errors.