add additional S3 related environment variables #2270
Labels
2. developing
enhancement
feature: auto config (environment variables)
Auto configuring via environment variables
Milestone
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:
concurrency
defaults to 5 [Note: This defines the maximum number of concurrent multipart uploads]proxy
defaults to falsetimeout
defaults to 15uploadPartSize
defaults to 524288000putSizeLimit
defaults to 104857600version
defaults to latestverify_bucket_exists
defaults 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 theREADME.md
, and also handled in.config/s3.config.php
.Thanks as always for your kind support over here!
The text was updated successfully, but these errors were encountered: