I am trying to configure for rackspace and getting this:
Type error: Argument 1 passed to League\Flysystem\Rackspace\RackspaceAdapter::__construct() must be an instance of OpenCloud\ObjectStore\Resource\Container, instance of OpenCloud\Rackspace given, called in /app/var/cache/dev/appDevDebugProjectContainer.php on line 3545
My trace is :
at RackspaceAdapter ->__construct (object(Rackspace), null, '')
in var/cache/dev/appDevDebugProjectContainer.php at line 3545 +
at appDevDebugProjectContainer ->getOneupFlysystem_RackFilesystemService ()
in vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php at line 274 +
at Container ->get ('oneup_flysystem.rack_filesystem')
in src/AppBundle/Controller/DefaultController.php at line 35 +
at DefaultController ->indexAction (object(Request))
at call_user_func_array (array(object(DefaultController), 'indexAction'), array(object(Request)))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 153 +
I am trying to configure for rackspace and getting this:
My trace is :
base on this : 'https://github.com/1up-lab/OneupFlysystemBundle/blob/master/Resources/doc/adapter_rackspace.md' and this is my config :
and my service :