Strapi upload S3 and cloudinary

I would guess you can extend the functionality of an upload function, by creating your own.
Then as an example check the size of the file that is incoming. Then decide if it should be uploaded to cloudinary or S3 etc.