medusa-file-gcs
Upload files to a Google Cloud Storage bucket.
Usage
1npm i @cyberhippo/medusa-file-gcs
Options
You must configure the following parameters in your Copy to clipboard
medusa-config.js
:123456789const plugins = [{resolve: `@cyberhippo/medusa-file-gcs`,options: {bucketName: "myBucketName",keyFileName: "pathToTheServiceAccountJsonKeyFile",},},...