medusa-plugin-gcp

2.2.1 • Public • Published

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

Package Sidebar

Install

npm i medusa-plugin-gcp

Weekly Downloads

91

Version

2.2.1

License

MIT

Unpacked Size

7.84 kB

Total Files

5

Last publish

Collaborators

  • culy.trash