laravel-rackspace-opencloud
laravel-rackspace-opencloud copied to clipboard
Laravel package for the Rackspace Open Cloud
I am trying to integrate rackspace into laravel 8 but nobody has a package or instructions on how to do this. You would be the only person out there with...
Hi, I just wondered if there were any plans to support Laravel 5? Many thanks, Dan
When using the OpenCloud::upload() function to upload a file to a Rackspace Cloud Files container (that is NOT CDN enabled), it seems to call the "Make Public (Enable CDN)" feature...
Hi, I was wondering if a feature could be implemented that allowed customisation of the hard coded 1 year TTL setting on containers. Cheers
After installing this into a Laravel 4.2 project and setting the config file my site timed out. Removed and full functionality returned. Verified that my API key and username were...
I'd love the ability to send a string of file contents and for that to be uploaded rather than having to specify an uploaded file or filename on my local...
$checkDir did not contain a trailing slash on OS X Yosemite so $cdnJsonPath was '.../path/to.cdn.json' instead of '.../path/to/.cdn.json' Haven't had a chance to test it elsewhere.
The Exception class can not be found in Thomaswelton/LaravelRackspaceOpencloud/OpenCloud.php on line 57. This is solvable by adding a "\" or add an exception in that namespace.
Anyone else getting this? 401 Unauthorized for [https://identity.api.rackspacecloud.com/v2.0/tokens] [{"unauthorized":{"code":401,"message":"Username or api key is invalid."}}] I've verified both username and API key in the config file.
More of a feature request if not available. If we can use a URL to an image to upload to the CDN, how would you go about that? Great package!...