add additional S3 related environment variables
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 7.4k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
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 :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review README.md and .config/s3.config.php, using the linked Nextcloud S3 documentation to confirm each requested setting and default. Document the seven OBJECTSTORE_S3_ variables in README.md and handle them in .config/s3.config.php; done means every listed setting can be configured through the image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php, shell
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100