ObjectStore-method became objectStoreService-method in php-opencloud
Fixes "call to undefined method OpenCloud\Rackspace::ObjectStore()" we were experiencing...
This commit is contained in:
parent
ce0e00c554
commit
b6d58c99c3
|
@ -620,7 +620,7 @@ services:
|
||||||
opencloud.object_store:
|
opencloud.object_store:
|
||||||
class: OpenCloud\ObjectStoreBase
|
class: OpenCloud\ObjectStoreBase
|
||||||
factory_service: opencloud.connection
|
factory_service: opencloud.connection
|
||||||
factory_method: ObjectStore
|
factory_method: objectStoreService
|
||||||
arguments:
|
arguments:
|
||||||
- 'cloudFiles' # Object storage type
|
- 'cloudFiles' # Object storage type
|
||||||
- 'DFW' # Object storage region
|
- 'DFW' # Object storage region
|
||||||
|
|
Loading…
Reference in New Issue
Block a user