From f67ec106dd4d32e57563a464e17f8acce067eb48 Mon Sep 17 00:00:00 2001 From: harish-berri Date: Wed, 22 Apr 2026 22:39:17 +0000 Subject: [PATCH] remove unecessay data copy creation. No consumers for this copy --- .../proxy/pass_through_endpoints/llm_passthrough_endpoints.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py index 1ef866486ec..b15beceb73f 100644 --- a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py @@ -1027,8 +1027,6 @@ async def bedrock_proxy_route( V2 is handled by the `/bedrock/v2` endpoint. [Docs](https://docs.litellm.ai/docs/pass_through/bedrock) """ - create_request_copy(request) - try: from botocore.auth import SigV4Auth from botocore.awsrequest import AWSRequest