No- just no
In my restoring a previous course I ran into a maximum upload limit. I am used to changing this. The documentation only get you halfway there I'm switching to another provider.
Using Terminal on Mac or Windows PowerShell, use SSH (CLI) to modify the following options in the stack/php/etc/php.ini file to increase the allowed size for uploads: ; Maximum size of POST data that PHP will accept. post_max_size = 1G ; Maximum allowed size for uploaded files. upload_max_filesize = 1G Reboot instance OR Restart services with sudo /opt/bitnami/ctlscript.sh restart