diff --git a/main.py b/main.py index f63d483..665d99d 100644 --- a/main.py +++ b/main.py @@ -30,7 +30,6 @@ async def create_s3_client(): aws_secret_access_key=STORJ_SECRET_KEY, endpoint_url=STORJ_END_POINT, ) - .meta.client )