Fix StorageHelper.delete() does not respect path substitutions (#838)

Fixes allegroai/clearml#825
Make StorageHelper.get_object() call StorageHelper._canonized_url() to make path substitutions work.
This commit is contained in:
john-zielke-snkeos
2022-12-06 13:26:05 +01:00
committed by GitHub
parent 59b5dd6394
commit e709e46d91

View File

@@ -1193,6 +1193,7 @@ class StorageHelper(object):
:return: The remote object
"""
path = self._canonize_url(path)
object_name = self._normalize_object_name(path)
try:
return self._driver.get_object(