summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2013-07-03 18:06:27 +0200
committerChristian Berendt <berendt@b1-systems.de>2013-07-03 18:06:27 +0200
commit5a5a0e82f52a8a7115109581aaa6ab5bc7285448 (patch)
treed455681564bb05d31b7342c18a4bb64af33ca814 /apps/files_external
parent71ef30ea300bcb54abd788223592643ba81b9c77 (diff)
downloadnextcloud-server-5a5a0e82f52a8a7115109581aaa6ab5bc7285448.tar.gz
nextcloud-server-5a5a0e82f52a8a7115109581aaa6ab5bc7285448.zip
added commented new parameters
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/tests/config.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php
index bac594b485f..90ca21b43da 100644
--- a/apps/files_external/tests/config.php
+++ b/apps/files_external/tests/config.php
@@ -50,7 +50,12 @@ return array(
'run'=>false,
'key'=>'test',
'secret'=>'test',
- 'bucket'=>'bucket',
+ 'bucket'=>'bucket'
+ //'hostname' => 'your.host.name',
+ //'port' => '443',
+ //'use_ssl' => 'true',
+ //'use_path_style' => 'false',
+ //'region' => 'us-west-1'
),
'dropbox' => array (
'run'=>false,