Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
182 views

Using php-opencloud, I manage to connect to trigger the download of my images. Large files (20, 30, or 50 GB). Following the doc, with $image = $service->getImage($image_id); $stream = $image->...
ZalemCitizen's user avatar
0 votes
1 answer
106 views

I am using php sdk openstack v1 for opencloud and I would like to know while creating container I want to add custom header for "X-Storage-Policy" then how can i add custom header?
Amar's user avatar
  • 57
1 vote
1 answer
349 views

I am using OpenCloud library for Rackspace cloud files. Is there any updated library to use for Rackspace cloud files? The current library works OK but gives the following error on composer: Package ...
Raja Amer Khan's user avatar
0 votes
0 answers
53 views

after executing explain in mysql client, the result is: mysql> explain select * from tbl_demo; +-----------+------------------------+ | DATA_NODE | SQL | +-----------+----------...
Will Shek's user avatar
3 votes
1 answer
706 views

I am using composer package 'rackspace/php-opencloud' installed with composer require rackspace/php-opencloud and trying to upload and get the list of files inside the folder included the autoload ...
Prashant Barve's user avatar
1 vote
1 answer
883 views

Using Laravel with OpenCloud/OpenStack, I can create a container using the createContainer function but it creates a private container by default and I would like to create a container with public ...
user3280979's user avatar
1 vote
1 answer
393 views

How do I download my object using Php-opencloud? http://docs.os.php-opencloud.com/en/latest/services/object-store/v1/objects.html In the documentation I see. $stream = $openstack->objectStoreV1() ...
Sen's user avatar
  • 338
1 vote
1 answer
827 views

Is there someone tried to connect to softlayer object storage using the php-opencloud library? I got 400 bad response when the library trying to make authentication. From what I see inside the php-...
Alvin Tanjaya's user avatar
3 votes
1 answer
117 views

I'm trying to write a bit of code to inventory our OpenStack deployment, and I've run into an issue where serverList() only ever returns 100 results instead of the 600+ I'm expecting. I've reviewed ...
Sammitch's user avatar
  • 32.5k
0 votes
1 answer
691 views

Basically I have created a container inside Rackspace Cloud Files, lets say work. Inside work I have so many folders by username (dynamic folders as new users register and allocate 1 GB of space). ...
kamlesh.bar's user avatar
  • 1,816
0 votes
1 answer
376 views

I'm using the laravel-rackspace-opencloud package to manage files on RackSpace's cloud files platform. Is it possible to use this library to create / delete file containers? I've not been able to find ...
Dan Murfitt's user avatar
  • 1,039
1 vote
1 answer
354 views

So I have this code and I'm trying to upload large files as per https://github.com/rackspace/php-opencloud/blob/master/docs/userguide/ObjectStore/Storage/Object.md to Rackspace: $src_path = '...
pillarOfLight's user avatar
2 votes
2 answers
659 views

When I upload a file using $container->uploadObjects($files) I can include the directory path in the name to make a new folder. If I use Cyberduck I can see the new folder. But if I try and get an ...
dietcode's user avatar
0 votes
1 answer
658 views

I am trying to use the rackspace php SDK to update to the new API since the old one has been deprecated for a while. I am trying to use the SDK without using composer since we cannot install composer ...
user3420338's user avatar
1 vote
1 answer
325 views

The documentation states To list CDN-only containers, follow the same operation for Storage which lists all containers. The only difference is which service object you execute the method on. But ...
tic2000's user avatar
  • 66
1 vote
1 answer
351 views

I am using the php-opencloud / Rackspace SDK. I only have one user connecting to the API, which is the entire site that is running. By default it will make an authentication request before every API ...
user2143356's user avatar
  • 5,677
4 votes
1 answer
1k views

I am having problems trying to get the Rackspace Opencloud API to work as expected (particularly the cloud files). I have been following these guides: https://github.com/rackspace/php-opencloud/...
Warren's user avatar
  • 163
0 votes
3 answers
9k views

I'm just getting familiar with Linux servers and I'm trying to install Composer on my Ubuntu server. I think everything installed correctly except when I try to include Composer's autoloader I get a ...
ConnorLaCombe's user avatar