Skip to main content

Google Cloud Storage Configuration

To set up a Google Cloud Storage provider, provide the following configuration:

const gcpConfig = {
bucketName: "your-gcp-bucket",
keyFilename: "/path/to/service-account.json"
};
  • bucketName: The name of the GCP storage bucket.
  • keyFilename: Path to the GCP service account key file.