helm icon indicating copy to clipboard operation
helm copied to clipboard

change copySizeLimit to a value larger than the default `5242880000` not working

Open zeddit opened this issue 10 months ago • 0 comments

Describe your Issue

It's a common case that user could upload files that larger than 5GB, and when using s3 backend, it's limited by copySizeLimit parameter.

Logs and Errors

when uploading a file with 10GB, it finished uploading and report an unknown error.

Describe your Environment

  • Helm Chart Version: 6.6.4

  • values.yaml: there is no option that could be configured in chart values. instead, I modify the chart template directly and check the copySizeLimit to be taken into effect with occ config:list system command.

Additional context, if any

zeddit avatar Feb 25 '25 11:02 zeddit