Built by

CyberHippo

Category

Storage

Version

1.2.0

Last updated

Jul 14, 2022, 09:27:54 AM2 years ago

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 Copy to clipboardmedusa-config.js:
const plugins = [
{
resolve: `@cyberhippo/medusa-file-gcs`,
options: {
bucketName: "myBucketName",
keyFileName: "pathToTheServiceAccountJsonKeyFile",
},
},
...

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.