Medusa File Google Cloud Storage Images
Google cloud storage plugin for medusajs
Usage
Open your medusa.config.js
and add the below configuration
module.exports = {plugins: [...otherMedusaPlugins,{resolve: `medusa-file-gcp`,options: {bucket: process.env.GCP_BUCKET,credentials: {private_key: "----BEGIN PRIVATE KEY",client_email: "myemail@example.com"},},},]}

.png)
Build your own plugins
Take Medusa up another level, and develop your own plugins with our API to speed up your processes.
Focus on building plugins for tools you use in your daily workflow, and publish to the Medusa Plugin Store for others to install.
.png)