types-boto3-s3
Type annotations for boto3 S3 1.43.66 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type information to boto3's S3 service. It was generated using mypy-boto3-builder 8.12.0 and provides complete type annotations for S3 clients, paginators, waiters, and service resources. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer code completion and type checking for S3 operations without requiring explicit type annotations in your code.
The package is designed to work with type checkers including mypy and pyright, and supports Python 3.9 through 3.14. It has a single runtime dependency on typing-extensions and is maintained actively—the repository shows recent commits and the package was released 7 days ago. The type annotations cover the full S3 API surface, including client methods, paginators for iterating large result sets, and waiters for polling operations.
Use it for:
- Enable IDE autocomplete and type checking when writing boto3 S3 code in VSCode with Pylance or PyCharm.
- Run mypy or pyright on a codebase using boto3 S3 to catch type errors before runtime.
- Provide explicit type hints for S3Client, paginators, and waiters in function signatures and variable declarations.
- Use in Emacs or Sublime Text with LSP and pyright for real-time type checking and code completion.
- Avoid runtime errors by catching S3 API misuse during development with static type analysis.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3 S3 1.43.66, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a low-friction, actively maintained type stub package with no known vulnerabilities and a permissive MIT license. Install it if you use boto3 S3 and want IDE autocomplete, static type checking, or both. It adds no runtime overhead and requires only typing-extensions as a dependency.
Install
types-boto3-s3 on PyPI
pip
pip install types-boto3-s3uv
uv add types-boto3-s3poetry
poetry add types-boto3-s3Installing types-boto3-s3
Before you install
Low install friction with a single runtime dependency (typing-extensions). Actively maintained with a release 7 days ago and 670 repository stars.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install types-boto3-s3
from boto3.session import Session
from types_boto3_s3 import S3Client
client: S3Client = Session().client("s3")
# Type checking and IDE autocomplete now available
Requires Python 3.9 or later; boto3 itself must be installed separately for runtime use.
Verify before relying
- Whether PyCharm performance issues with Literal overloads mentioned in the description have been resolved in recent versions.
- Whether the lite variant (types-boto3-lite) offers meaningful performance improvements for large projects.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 5,430,364/month — #2,102 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_s3-1.43.66-py3-none-any.whl
Keywords: boto3, s3, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3Provides type stubs and annotations for boto3…
permissive · top 5,000 on PyPI
mypy-boto3-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-dynamodbProvides type annotations for boto3's DynamoDB…
permissive · top 5,000 on PyPI
types-boto3-ecsProvides type annotations for boto3 ECS 1.43.65…
permissive · top 15,000 on PyPI
types-boto3-logsProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-type-annotations-with-docsProvides type-annotated stand-in classes for…
permissive · top 15,000 on PyPI