added commented new parameters
This commit is contained in:
parent
71ef30ea30
commit
5a5a0e82f5
1 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue