Store your images on your strapi server installation.
{
resolve: `medusa-plugin-filestorage-strapi`,
options: {
// The baseurl for your strapi server
strapiUri: process.env.STRAPI_URI || "http://localhost:1337",
// API KEY with upload routes permissions in strapi
strapiApiKey: process.env.STRAPI_API_KEY || "",
},
}