2.2.1 • Published 11 months ago

medusa-plugin-gcp v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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"
        },
      },
    },
  ]
}
2.2.1

11 months ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago