diff options
Diffstat (limited to 'apps/files_external/tests/config.php')
-rw-r--r-- | apps/files_external/tests/config.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 5b6517755f2..2f248242236 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -29,4 +29,10 @@ return array( 'host'=>'localhost:8080/auth', 'root'=>'/', ), + 'amazons3'=>array( + 'run'=>false, + 'key'=>'test', + 'secret'=>'test', + 'bucket'=>'bucket', + ) ); |