You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nextcloud/values.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,16 @@ nextcloud:
141
141
storageClass: "STANDARD"
142
142
# server side encryption key. learn more: https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#s3-sse-c-encryption-support
143
143
sse_c_key: ""
144
+
# defines the maximum number of concurrent multipart uploads
145
+
concurrency: 5
146
+
proxy: false
147
+
timout: 15
148
+
uploadPartSize: 524288000
149
+
putSizeLimit: 104857600
150
+
version: "latest"
151
+
# Setting this to false after confirming the bucket has been created may provide a performance benefit,
152
+
# but may not be possible in multibucket scenarios.
153
+
verify_bucket_exists: true
144
154
# use an existingSecret for S3 credentials. If set, we ignore the following under nextcloud.objectStore.s3
0 commit comments