alepha@docs:~/docs/reference/providers$
cat DefaultStorage.md | pretty
1 min read
Last commit:

#DefaultStorage

#Import

typescript
1import { DefaultStorage } from "alepha/api/files";

#Overview

The default storage.

Exists so POST /api/files works without a bucket field, and so FileService.storage() always resolves something. Applications are expected to declare their own named $storage instances rather than pile everything in here.