diff --git a/firecrest/v2/AsyncClient.py b/firecrest/v2/AsyncClient.py index d68329f..f2fc9a4 100644 --- a/firecrest/v2/AsyncClient.py +++ b/firecrest/v2/AsyncClient.py @@ -590,7 +590,7 @@ async def download( stream :calls: POST `/filesystem/{system_name}/transfer/upload` """ - params: dict[str, str] = {"source_path": f"{sourcePath}"} + params: dict[str, str] = {"sourcePath": f"{source_path}"} resp = await self._post_request( endpoint=f"/filesystem/{system_name}/transfer/upload", params=params