AWS S3 type hints #16551
Unanswered
FabienLariviere
asked this question in
Q&A
AWS S3 type hints
#16551
Replies: 1 comment 2 replies
-
Any updates on this? :( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a way to enable type hints for s3 client?
I use
s3: S3Resource
,client = s3.get_client()
, but any classes (such as BaseClient from botocore) do not give any hints of methods that can be usedBeta Was this translation helpful? Give feedback.
All reactions