Custom paths for trash and file history

Nextcloud version (eg, 10.0.2): 11.0.2 (stable)
Operating system and version (eg, Ubuntu 16.04): CentOS 3.10.0-514.10.2.el7
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.6
PHP version (eg, 5.6): 7.0.16

I was wondering if it is possible to set custom paths for TRASH and FILE-HISTORY, because that will be very helpful for my setup.

like for example, if I can set it up like:

TRASH_PATH = /home/cloud-data/TRASH-FOR-ALL-USERS-UNDER-HERE
FILE_VERSIONS = /home/cloud-data/FILE-VERSIONS-FOR-ALL-USERS-UNDER-HERE

In fact it will even better if I can set custom path for

  • cache
  • files_trashbin
  • files_versions
  • thumbnails

I want these paths to be mapped under one common directory and not as sub-directory under username

currently it is
user1
/home/cloud-data/user2/files
/home/cloud-data/user1/cache
/home/cloud-data/user1/files_trashbin
/home/cloud-data/user1/files_versions
/home/cloud-data/user1/thumbnails

user2
/home/cloud-data/user2/files
/home/cloud-data/user2/cache
/home/cloud-data/user2/files_trashbin
/home/cloud-data/user2/files_versions
/home/cloud-data/user2/thumbnails

I want it to be like
user1
/home/cloud-data/user1/files
/home/cloud-data/TRASH/user1/cache
/home/cloud-data/TRASH/user1/files_trashbin
/home/cloud-data/TRASH/user1/files_versions
/home/cloud-data/TRASH/user1/thumbnails

user2
/home/cloud-data/user2/files
/home/cloud-data/TRASH/user2/cache
/home/cloud-data/TRASH/user2/files_trashbin
/home/cloud-data/TRASH/user2/files_versions
/home/cloud-data/TRASH/user2/thumbnails