@cyberhippo/medusa-file-gcs

1.2.0 • Public • Published

medusa-file-gcs

Upload files to a Google Cloud Storage bucket.

Usage

npm i @cyberhippo/medusa-file-gcs

Options

You must configure the following parameters in your medusa-config.js:

const plugins = [
  {
    resolve: `@cyberhippo/medusa-file-gcs`,
    options: {
      bucketName: "myBucketName",
      keyFileName: "pathToTheServiceAccountJsonKeyFile",
    },
  },
  ...

Package Sidebar

Install

npm i @cyberhippo/medusa-file-gcs

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

8.54 kB

Total Files

7

Last publish

Collaborators

  • cyberhippo