Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 372 Bytes

medusa-file-gcs

Upload files to an Google Cloud Storage bucket.

You can learn more about how you can use this plugin in the documentaion of medusa-file-s3.

Options

{
  bucketName: "test",
  projectId: "projectId",
  credentials: {
    client_email: "test@test.com",
    private_key: "YOUR-PRIVATE-KEY",
  }
}