I have installed my nextcloud successfully. and resolved all warnings. it’s working fine.
But now I want to add Non-Amazon hosted S3 as Primary Storage. but getting some error .
what can i do?
I try with this , vim /var/www/nextcloud/config/config.php
‘objectstore’ => [
‘class’ => ‘\OC\Files\ObjectStore\S3’,
‘arguments’ => [
‘bucket’ => ‘my-nextcloud-store’,
‘hostname’ => ‘s3.example.com’,
‘key’ => ‘EJ39ITYZEUH5BGWDRUFY’,
‘secret’ => ‘M5MrXTRjkyMaxXPe2FRXMTfTfbKEnZCu+7uRTVSj’,
‘port’ => 8443,
// required for some non-Amazon S3 implementations
‘use_path_style’ => true,
],
],
But not working !
Also Try with GUI
, here is also some error, I attached the screenshot.
please give me the solution.