Ghost/core/server/adapters/storage
Naz f890d8d4cd Enabled passing through a feature name to utilize with a storage adapter
refs https://linear.app/tryghost/issue/CORE-1/multiple-adapters-per-type

- When the storage is requested the caller can now specify a "feature" they want to use the storage for. For example there could be different configurations for "images" or "vidoes" storages and the caller would not necessarily have to know about the details of how the feature is implemented.
2021-10-21 20:22:45 +13:00
..
index.js Enabled passing through a feature name to utilize with a storage adapter 2021-10-21 20:22:45 +13:00
LocalFileStorage.js Reworked LocalFileStore methods to use async syntax 2021-10-20 10:29:46 +04:00
utils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00