From 31eaed612bfdbcf17f75309c022c55c0d51ad226 Mon Sep 17 00:00:00 2001 From: Rodrigo Berriel Date: Mon, 29 Jan 2024 23:27:25 +0000 Subject: [PATCH] Fix missing kwargs injection on put calls --- adlfs/spec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adlfs/spec.py b/adlfs/spec.py index 340198dd..2aaded02 100644 --- a/adlfs/spec.py +++ b/adlfs/spec.py @@ -1627,6 +1627,7 @@ async def _put_file( ), max_concurrency=max_concurrency or self.max_concurrency, **self._timeout_kwargs, + **kwargs, ) self.invalidate_cache() except ResourceExistsError: