From c2a8f161f93f0ef588d96377cf64cf6d3aaab6de Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 10 Oct 2022 19:05:16 -0500 Subject: [PATCH] test --- nextcloud/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index e8a5db6..7543337 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -65,6 +65,7 @@ nextcloud: 'class' => '\\OC\\Files\\ObjectStore\\S3', 'arguments' => array( 'bucket' => 'nextcloud', + 'autocreate' => true, 'key' => '9qTcNX9Q6nw1teIM', 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', 'hostname' => '192.168.20.253',