Ghost Storage Base
JSON →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.
API endpoints
full doc /v1/registry/ghost-storage-base