diff options
author | Christian Berendt <berendt@b1-systems.de> | 2013-07-03 18:06:27 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2013-07-03 18:06:27 +0200 |
commit | 5a5a0e82f52a8a7115109581aaa6ab5bc7285448 (patch) | |
tree | d455681564bb05d31b7342c18a4bb64af33ca814 /apps/files_external | |
parent | 71ef30ea300bcb54abd788223592643ba81b9c77 (diff) | |
download | nextcloud-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.php | 7 |
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, |