remove s3 storage

This commit is contained in:
2022-11-17 19:03:49 -06:00
parent fdf2ac40e2
commit 79071d2761

View File

@@ -60,23 +60,6 @@ nextcloud:
$CONFIG = array (
'overwriteprotocol' => 'https'
);
storage.config.php: |-
<?php
$CONFIG = array (
'objectstore' => array(
'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array(
'bucket' => 'nextcloud',
'autocreate' => true,
'key' => 'DeTWD5Dc2hNwCYft',
'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd',
'hostname' => '192.168.20.253',
'port' => 9768,
'use_ssl' => false,
'use_path_style' => true
)
)
);
internalDatabase:
enabled: true