diff --git a/backend/btrixcloud/storages.py b/backend/btrixcloud/storages.py index 911ebe734..f86ec389e 100644 --- a/backend/btrixcloud/storages.py +++ b/backend/btrixcloud/storages.py @@ -500,7 +500,7 @@ async def _delete_file( s3storage = self.get_org_storage_by_ref(org, storage) - async with self.get_s3_client(s3storage, s3storage.use_access_for_presign) as ( + async with self.get_s3_client(s3storage) as ( client, bucket, key,