mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup submodule
This commit is contained in:
parent
f02d970503
commit
677383ab5a
28 changed files with 574 additions and 1 deletions
14
images/haze/configs/s3.php
Normal file
14
images/haze/configs/s3.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\Files\ObjectStore\S3',
|
||||
'arguments' => [
|
||||
// replace with your bucket
|
||||
'bucket' => 'nextcloud',
|
||||
'autocreate' => true,
|
||||
'key' => 'dummy',
|
||||
'secret' => 'dummyj',
|
||||
'hostname' => 's3',
|
||||
'port' => 4569,
|
||||
'use_ssl' => false,
|
||||
'use_path_style'=>true
|
||||
],
|
||||
],
|
||||
Loading…
Add table
Add a link
Reference in a new issue