mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
make Swift::testLocal workable by using a delimiter
This commit is contained in:
parent
a1e956263c
commit
128d3221cc
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ class Swift extends \OC\Files\Storage\Common {
|
|||
try {
|
||||
$files = array();
|
||||
$objects = $this->container->ObjectList(array(
|
||||
'prefix' => $path
|
||||
'prefix' => $path,
|
||||
'delimiter' => '/'
|
||||
));
|
||||
|
||||
while ($object = $objects->Next()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue