Commit 17efc8f3 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix objectstore auth_token

parent 882c168f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -636,6 +636,7 @@ class BaseObjectStore(ObjectStore):
        obj_dir: bool = False,
        sync_cache: bool = True,
        user: str = None,
        auth_token=None,
    ) -> str:
        return self._invoke(
            "get_filename",
@@ -648,6 +649,7 @@ class BaseObjectStore(ObjectStore):
            obj_dir=obj_dir,
            sync_cache=sync_cache,
            user=user,
            auth_token=auth_token,
        )

    def update_from_file(