Type hints for boto3 S3 service in Python development.
Type annotations for boto3 S3 1.42.67 service generated with mypy-boto3-builder 8.12.0
$ python -c "import mypy_boto3_s3; from mypy_boto3_s3.client import S3Client"$ mypy --strict my_s3_script.py$ python -c "from mypy_boto3_s3 import client; help(client.S3Client.put_object)"$ python -c "from mypy_boto3_s3.client import S3Client; s3: S3Client = None"$ mypy my_s3_code.py --show-error-codes