Uploads build assets to a Google Cloud Storage bucket as a Rollup plugin. Version 0.0.3 (pre-release, no recent updates). Supports configurable directory, bucket name, service key JSON, concurrency, and skip-if-existing logic. Differentiated by direct GCS integration for Rollup, but minimal adoption and stale maintenance. Alternatives like @google-cloud/storage offer broader functionality.
npm install rollup-plugin-google-cloud-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Rollup config that uploads the 'dist' directory to a GCS bucket with authentication via env vars.
Use @google-cloud/storage or gulp-gcloud-storage for more robust GCS uploads.
Use JSON.stringify(serviceAccountObject) or read from environment variable.
Add bucketName: 'your-bucket' to options.
Provide serviceKeyJson as a JSON string, e.g., from env var.