We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a66f5 commit c129672Copy full SHA for c129672
packages/aws-library/src/aws_library/s3/_client.py
@@ -526,8 +526,6 @@ async def upload_object_from_file_stream(
526
part_number = 1
527
528
async for chunk in file_stream():
529
- print(f"partsizze={len(chunk)}")
530
-
531
part_response = await self._client.upload_part(
532
Bucket=bucket_name,
533
Key=object_key,
0 commit comments