summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-05-01 05:28:37 -0700
committerFrank Karlitschek <frank@owncloud.org>2013-05-01 05:28:37 -0700
commitdb49b0aff8521e38390e20757d401fb27ca0ea8f (patch)
tree4f35f1b5132f3c027c187433eebd9bf404b8a3e7 /apps
parentf363044b3a5c9b9461e5934bc4434b060bc4f719 (diff)
parent4c980b1a14453d2732a432dbc6c14dd4ed1155fe (diff)
downloadnextcloud-server-db49b0aff8521e38390e20757d401fb27ca0ea8f.tar.gz
nextcloud-server-db49b0aff8521e38390e20757d401fb27ca0ea8f.zip
Merge pull request #3202 from owncloud/swift_id
Set storage id for openstack swift backend
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/swift.php1
1 files changed, 1 insertions, 0 deletions
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();
}