mirror of
https://github.com/directus/directus.git
synced 2026-02-17 07:31:52 -05:00
363 B
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