Storing assets for different collection types in different folders in strapi

Hi everyone,
I came across this github discussion where people suggested ways to save the media assets for strapi in a folder in s3 bucket. Here is the github discussion link .

I wanted to know if there is any way to upload images for different content-types to a different folders (media assets for collection_type1 should be uploaded to assets_collection_type1 folder, media assets for collection_type2 should be uploaded to assets_collection_type2 folder in s3 bucket and so on).
This really helps us to keep the assets for different collection types organised.