Create Service

In order to work with the service you have to setup the client first.

Service can be created via objectStoreV1() method of the OpenStack object.

$service = $openstack->objectStoreV1();

A list of additional options can be passed to the method. For example, to change the region:

$service = $openstack->objectStoreV1(['region' => '{region}']);