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 adfe436 commit 1a103e9Copy full SHA for 1a103e9
packages/aws-library/src/aws_library/s3/_client.py
@@ -94,7 +94,7 @@ async def create(
94
# don't need them, improving performance.
95
# See: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3.html#calculating-checksums
96
signature_version="s3v4",
97
- request_checksum_calculation="when_required", # type: ignore[call-arg]
+ request_checksum_calculation="when_required",
98
)
99
session_client = session.client( # type: ignore[call-overload]
100
"s3",
0 commit comments