From b6d58c99c324ff306b3571acaf2f5ab5369d1abc Mon Sep 17 00:00:00 2001 From: David Joos Date: Thu, 19 Jun 2014 14:42:41 +0100 Subject: [PATCH] ObjectStore-method became objectStoreService-method in php-opencloud Fixes "call to undefined method OpenCloud\Rackspace::ObjectStore()" we were experiencing... --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 28e31d6..536dfa3 100644 --- a/README.markdown +++ b/README.markdown @@ -620,7 +620,7 @@ services: opencloud.object_store: class: OpenCloud\ObjectStoreBase factory_service: opencloud.connection - factory_method: ObjectStore + factory_method: objectStoreService arguments: - 'cloudFiles' # Object storage type - 'DFW' # Object storage region