From 79071d2761b9674cafcd03e521493cbb6b9435d1 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 17 Nov 2022 19:03:49 -0600 Subject: [PATCH] remove s3 storage --- nextcloud/values.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 5d72c2b..baba2d3 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -60,23 +60,6 @@ nextcloud: $CONFIG = array ( 'overwriteprotocol' => 'https' ); - storage.config.php: |- - 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