From 0cf156da967b22d07d444727f5321e577501f3f6 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 16 Mar 2024 04:19:56 -0400 Subject: [PATCH] backport of #1600 to 1.9.4, don't use access URL for deletion --- backend/btrixcloud/storages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/btrixcloud/storages.py b/backend/btrixcloud/storages.py index 911ebe7349..f86ec389e3 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,