This commit is contained in:
2022-10-10 19:05:16 -05:00
parent 54f74bf794
commit c2a8f161f9

View File

@@ -65,6 +65,7 @@ nextcloud:
'class' => '\\OC\\Files\\ObjectStore\\S3', 'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array( 'arguments' => array(
'bucket' => 'nextcloud', 'bucket' => 'nextcloud',
'autocreate' => true,
'key' => '9qTcNX9Q6nw1teIM', 'key' => '9qTcNX9Q6nw1teIM',
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
'hostname' => '192.168.20.253', 'hostname' => '192.168.20.253',