Files
directus/docs/guides/extensions/storage-adapters.md
2020-10-02 13:46:26 -04:00

26 lines
363 B
Markdown

# Creating a Custom Storage Adapter
> Custom storage adapters provide a way to include additional asset storage locations.
## 1. Setup the Boilerplate
@TODO
## 2. Develop Your Custom Storage Adapter
@TODO
## 3. Restart the API
To deploy your storage adapter, simply restart the API by running:
```bash
npx directus start
```
---
## Full Example:
@TODO