From 1291f36709046e7c2c77766fbabf5fca40d9e22f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 1 May 2013 00:24:34 +0200 Subject: [PATCH] Set storage id for openstack swift backend --- apps/files_external/lib/swift.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index 68c4b48f17c..a9cfe5bd20f 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -287,6 +287,7 @@ class SWIFT extends \OC\Files\Storage\Common{ if ( ! $this->root || $this->root[0]!='/') { $this->root='/'.$this->root; } + $this->id = 'swift:' . $this->host . ':'.$this->root . ':' . $this->user; } else { throw new \Exception(); } -- 2.39.5