mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
26 lines
363 B
Markdown
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
|