From a0875d33062fac2f4b1ce35781b19999640ef8ce Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 10 Oct 2022 18:43:09 -0500 Subject: [PATCH] test --- nextcloud/values.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 383cc7a..20fa6cb 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -57,24 +57,24 @@ nextcloud: # For example, to use S3 as primary storage # ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3 # - configs: - s3.config.php: |- - array( - 'class' => '\\OC\\Files\\ObjectStore\\S3', - 'arguments' => array( - 'bucket' => 'nextcloud', - 'autocreate' => false, - 'key' => '9qTcNX9Q6nw1teIM', - 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', - 'region' => 'us-east-1', - 'hostname' => '192.168.20.253', - 'port' => 9768, - 'use_ssl' => false - ) - ) - ); + #configs: + # s3.config.php: |- + # array( + # 'class' => '\\OC\\Files\\ObjectStore\\S3', + # 'arguments' => array( + # 'bucket' => 'nextcloud', + # 'autocreate' => false, + # 'key' => '9qTcNX9Q6nw1teIM', + # 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', + # 'region' => 'us-east-1', + # 'hostname' => '192.168.20.253', + # 'port' => 9768, + # 'use_ssl' => false + # ) + # ) + # ); internalDatabase: enabled: true