-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Hi nextcloud/docker friends!
There's a few env vars that would be nice to set via the docker image. Per the docs here's the missing env vars:
-
concurrencydefaults to 5 [Note: This defines the maximum number of concurrent multipart uploads] -
proxydefaults to false -
timeoutdefaults to 15 -
uploadPartSizedefaults to 524288000 -
putSizeLimitdefaults to 104857600 -
versiondefaults to latest -
verify_bucket_existsdefaults to true [Note: Setting this to false after confirming the bucket has been created may provide a performance benefit, but may not be possible in multibucket scenarios.]
Each of the above would need a OBJECTSTORE_S3_ variable documented in the README.md, and also handled in .config/s3.config.php.
Thanks as always for your kind support over here!
- with love from nextcloud/helm :)