Multer Google Cloud Storage
JSON →A multer storage engine for Google Cloud Storage (GCS) that streams uploaded files directly to a GCS bucket. Version 1.3.0 is the current stable release, last updated in 2020 with no active development since. It supports both ES6 and CommonJS imports, ships TypeScript definitions, and provides automatic retry and custom filename generation. Unlike @google-cloud/multer or gcs-file-multer, this package offers a simpler API with default environment variable configuration (GCS_BUCKET, GCLOUD_PROJECT, GCS_KEYFILE) and supports custom content type functions. However, it relies on the deprecated @google-cloud/storage v2 API and has not been updated for newer Google authentication methods, making it unsuitable for new projects without careful configuration.