fixes for objectivefs

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2024-06-01 21:58:41 -06:00
parent 2e7eed890e
commit dd604f4d3a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v1.9.3
Released 2024-06-01
- minor fixes for objectivefs and iscsi
# v1.9.2
Released 2024-05-23

View File

@ -275,7 +275,7 @@ class ObjectiveFS {
async getObjectStoreFromFilesystem(filesystem) {
if (filesystem.includes("://")) {
return GeneralUtils.before_string(filesystem, "://");
return GeneralUtils.before_string(filesystem, "://") + "://";
}
}