Is there a way to separate the upgrades folders from uploads? (create new folder)

Is there any option to separate (and I mean separate with create)
a specific directory for ā€œuploadsā€ and another for ā€œupgradesā€?? instead of
/var/www/suitecrm/public/legacy/upload/upgrades -->(separate this folders)

for example:

/var/www/suitecrm/public/legacy/upload
/var/www/suitecrm/public/legacy/system_upgrades (for example I this is the folder to separate from upload)

in config.php?
),
ā€˜upload_dirā€™ => ā€˜upload/ā€™,
ā€˜upload_maxsizeā€™ => 30000000,
ā€˜use_common_ml_dirā€™ => false,
ā€˜use_real_namesā€™ => true,

Iā€™m using suitecrm 8.4.2

Good idea. Itā€™d be nice to have configurable directory locations for others such as the directories under legacy/cache which are not really cache subdirectories, theyā€™re unique user data, user images, and user files, so that erasing legacy/cache/* wouldnā€™t result in user data loss.

Someone should add this in the suggestion box