diff options
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, |