Skip to content

Deprecate helper.GetStorageByName

Pavlo Strokov requested to merge ps-deprecate-get-storage-path into master

Because helper.GetStorageByName depends on the global var config.Config we should remove it from the code in order to clean up config.Config usage. Currently it is not possible fully remove it from the code that is why helper.GetStorageByName marked as deprecated in favor of storage.Locator. All possible usages replaced with usage of storage.Locator.

Part of: #2699 (closed)

Merge request reports

Loading