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

/medusa-plugin-gcp/

    Package Sidebar

    Install

    npm i medusa-plugin-gcp

    Weekly Downloads

    98

    Version

    2.2.1

    License

    MIT

    Unpacked Size

    7.84 kB

    Total Files

    5

    Last publish

    Collaborators

    • culy.trash