Rclone alias-type remotes

Hello,
I’m experimenting with enabling rclone remotes as a way of allowing users to access a local S3-style storage system from the file browser. However, there are permissions issues with allowing users to list all buckets at the top level of the filesystem, so I want to be able to instruct them to set an alias directly into their project’s bucket, i.e. an rclone alias-type remote that points “foo:” to “local-s3:foo-data/”
When testing this, I see the following message:
Remotes of type alias are not allowed due to ALLOWLIST_PATH
What should I add to OOD_ALLOWLIST_PATH to include rclone remotes?
Thanks in advance,
Sophia