@signageos/cloud-storage
v0.1.0
Published
Cloud-agnostic object storage abstraction (AWS S3 and GCP Cloud Storage)
Keywords
Readme
signageOS cloud-storage
Cloud-agnostic object storage abstraction (AWS S3 and GCP Cloud Storage)
Testing
Emulator tests
npm test runs the unit and integration suites against local emulators (MinIO for S3,
fake-gcs-server for GCS) via Docker. These run in CI.
Real-cloud GCS tests (run manually)
A separate suite runs the shared storage contract against a real Google Cloud Storage project. It is intentionally excluded from
npm test and the CI pipeline and must be run on the host:
GOOGLE_APPLICATION_CREDENTIALS=~/gcs-test-sa.json npm run test:realSee tests/integration-real/README.md for details.
