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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: