summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-14 17:07:00 +0100
committerGitHub <noreply@github.com>2016-11-14 17:07:00 +0100
commitb7e13b43fbcaf874b52eadb881e6265340b7cde8 (patch)
tree157653f6c99e3b11546eb31561a0e407ef6f42e2 /tests
parentc9b1108e8e1380dbc266dcfca1020ff3f8fa48e1 (diff)
parent4a9361905d9013c7132d3226c921ce6d995b36e4 (diff)
downloadnextcloud-server-b7e13b43fbcaf874b52eadb881e6265340b7cde8.tar.gz
nextcloud-server-b7e13b43fbcaf874b52eadb881e6265340b7cde8.zip
Merge pull request #2114 from nextcloud/downstream-26498
make object prefix configurable
Diffstat (limited to 'tests')
-rwxr-xr-xtests/objectstore/start-swift-ceph.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/objectstore/start-swift-ceph.sh b/tests/objectstore/start-swift-ceph.sh
index bbf483c2897..98c0e8b78b2 100755
--- a/tests/objectstore/start-swift-ceph.sh
+++ b/tests/objectstore/start-swift-ceph.sh
@@ -85,6 +85,7 @@ cat > $thisFolder/swift.config.php <<DELIM
'username' => '$user',
'password' => '$pass',
'container' => 'owncloud-autotest$EXECUTOR_NUMBER',
+ 'objectPrefix' => 'autotest$EXECUTOR_NUMBER:oid:urn:',
'autocreate' => true,
'region' => '$region',
'url' => 'http://$host:$port/v2.0',