remove unecessay data copy creation. No consumers for this copy

This commit is contained in:
harish-berri 2026-04-22 22:39:17 +00:00
parent fb39683521
commit f67ec106dd

View file

@ -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