Send back custom post message

System Information
  • Strapi Version: 3.6.8
  • Operating System: MacOS Catalina
  • Database: SQLite, PostgreSQL
  • Node Version: 14
  • NPM Version: 7
  • Yarn Version: 1.22

Hi! Is it possible to use more than one upload provider in strapi v3?

I ask, because I changed my upload provider from “local” to “sftp” during development. What surprised me is, that the old files (uploaded to “local”) STILL work! I assume this is due to the fact that once a file / path-to-file is saved to the DB it remains untouched by any further upload configuration changes.
It would be great, though, if it were possible to choose from multiple upload location, when uploading files… Any ideas?