Ghost/core/server/adapters/storage
Sam Lord 2887e416da
Switch to @tryghost/errors from ignition errors package (#13807)
refs: TryGhost/Toolbox#147

* Replaces all references to isIgnitionError with isGhostError
* Switches use of GhostError to InternalServerError - as GhostError is no longer public
There are places where InternalServerError is not the valid error, and new errors should be added to the @tryghost/errors package to ensure that we can use semantically correct errors in those cases.
2021-12-01 10:22:01 +00:00
..
index.js Added local media storage adapter 2021-11-03 00:33:28 +13:00
LocalFilesStorage.js Added ability to delete existing files through storage adapters 2021-11-09 16:07:23 +04:00
LocalImagesStorage.js Added ability to delete existing files through storage adapters 2021-11-09 16:07:23 +04:00
LocalMediaStorage.js Added ability to delete existing files through storage adapters 2021-11-09 16:07:23 +04:00
LocalStorageBase.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
utils.js Renamed getLocalFileStoragePath 2021-11-05 17:17:18 +04:00