hello ALL:

I want owncloud default storage by swift change to Local Filesystem.I Will
not swift.


  array (
    'class' => 'OC\\Files\\ObjectStore\\Swift',
    'arguments' =>
    array (
      'username' => 'facebook100000123456789',
      'password' => 'Secr3tPaSSWoRdt7',
      'container' => 'owncloud',
      'autocreate' => true,
      'region' => 'RegionOne',
      'url' => 'http://8.21.28.222:5000/v2.0',
      'tenantName' => 'facebook100000123456789',
      'serviceName' => 'swift',
    ),
  ),


I don't know how to use local file system replace swift.

Like: "class" => "\\OC\\Files\\Storage\\Local",

I know to add external storage support, that's not what I want.

Help, thank you!
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to