Skip to content

createMemoryStorage

function createMemoryStorage(): BucketStorage;

Defined in: core/src/bucket/bucket.memory.ts:29

A BucketStorage that keeps blobs in a Map. The default backend, so a bare new Services() works in tests without touching the filesystem — the bucket counterpart of the :memory: SQLite default.

BucketStorage