Ghost Storage Base

JSON →
library 1.1.2 ·javascript maintenance
verified Jun 7, 2026

Base storage adapter class for Ghost content management system. Version 1.1.2 provides the abstract base for building custom storage backends (filesystem, S3, Google Cloud, etc.). Low release cadence as the API is stable. Differentiates by enforcing Ghost's storage contract: requires implementing `save`, `exists`, `serve`, `delete`, `read`, and `readBytes` methods. Primarily used internally by Ghost but published for custom adapter developers.