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 ec0cbac commit 2313564Copy full SHA for 2313564
packages/aws-library/src/aws_library/s3/_client.py
@@ -71,7 +71,7 @@ async def create(
71
cls, settings: S3Settings, s3_max_concurrency: int = _S3_MAX_CONCURRENCY_DEFAULT
72
) -> "SimcoreS3API":
73
session = aioboto3.Session()
74
- session_client = session.client(
+ session_client = session.client( # type: ignore[call-overload]
75
"s3",
76
endpoint_url=f"{settings.S3_ENDPOINT}",
77
aws_access_key_id=settings.S3_ACCESS_KEY,
0 commit comments