Type annotations for boto3 S3 service
Type annotations for boto3 S3 1.42.67 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_s3.client import S3Client"$ python -c "import boto3; from mypy_boto3_s3 import S3Client; client: S3Client = boto3.client('s3')"$ mypy --plugin mypy_boto3_plugins your_script.py