Retool Storage upload 40MB limit self hosted?

Hello

I am using the storage resource and trying to upload some files to the S3 but appear to be getting an error:

"Error: Cannot upload file1.json as it exceeds maximum allowed size of 40 MB "

Ive set CLIENT_MAX_BODY_SIZE=0

Is there some other limit to change?

Hey @Ben_Pettman - it looks like this limitation was inherited from the Cloud implementation of Retool Storage and isn't yet configurable for on-prem deployments. Unfortunately, this means that you'll need to perform the upload via a REST or S3 resource query, instead.

We're currently scoping out a feature that would allow self-hosted users to set this value via environment variables, but there isn't a specific timeline associated with that work. I'll provide an update here as soon as I can!