#Injecting custom storage adapter in Directus

3 messages · Page 1 of 1 (latest)

uneven oxide
#

Currently, there is no possible way to use a custom storage adapter in directus even with extensions. My idea is to inject a compiled implementation of a storage adapter in the installed directus package under the node_modules folder. Problem is I do not know where to start, and can anyone point where can I start implementing a custom storage adapter? Doing this for a Google Drive Backend

hot plaza
#

if i would need to make a custom one, i would run the directus gh repo and edit it in there

#

editing node_modules is not a good practice since it will probably get overwritten if you update the project