[feature] Move storage-related files into "storage" folder; For bug 73502

This commit is contained in:
Pavel Ostrovskij
2025-04-03 17:30:58 +03:00
committed by Sergey Konovalov
parent e5f3f1fcf9
commit 9557fe7d43
17 changed files with 5117 additions and 5115 deletions

View File

@ -51,8 +51,9 @@
"./sources/editorDataMemory.js",
"./sources/editorDataRedis.js",
"./sources/pubsubRabbitMQ.js",
"../Common/sources/storage-fs.js",
"../Common/sources/storage-s3.js"
"../Common/sources/storage/storage-fs.js",
"../Common/sources/storage/storage-s3.js",
"../Common/sources/storage/storage-az.js"
]
}
}