2.2.1 • Published 2 years ago

medusa-plugin-gcp v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago