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

363 B

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:

npx directus start

Full Example:

@TODO