System Information
- Strapi Version: 4.9.0:
- Operating System: Ubuntu:
- Database: MySql:
- Node Version: 18.15.0:
- NPM Version:
- Yarn Version:
Hello to everyone. I’m using strapi as a multi tenant instance. Different domains and database with the same code base. My problem is the uploads folder. Is there a way with the local uploads provider, to have a subdirectory stucture per tenant (ex from an environment variable path). I wouldn’t like to use an external cloud provider.
Thank you.