Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 470 Bytes

⚠️ This repo is deprecated and unmaintained ⚠️


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