Ghost/core/server/adapters/storage
Naz 5242566252 Added local media storage adapter
refs https://linear.app/tryghost/issue/CORE-121/create-a-video-storage-adapter

- This is an experimental implementation of video file upload support (audio is yet to follow)
- The storage adapter still needs more thinking as it's almost the same as the "LocalStorgeAdapter" that stores images.
- Also the output serializer skipped use of url utils in favor of inline implementatoin - this should almost certainly be it's own package
2021-11-03 00:33:28 +13:00
..
index.js Added local media storage adapter 2021-11-03 00:33:28 +13:00
LocalFileStorage.js Reworked LocalFileStore methods to use async syntax 2021-10-20 10:29:46 +04:00
LocalMediaStorage.js Added local media storage adapter 2021-11-03 00:33:28 +13:00
utils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00