1 Answer
- Newest
- Most votes
- Most comments
0
You should use S3.Client from now on.
The AWS Python SDK team does not intend to add new features to the resources interface in boto3.
S3.Bucket and S3.Object implement the resources interface.
Would you check the first note in the following document. https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html
answered 3 years ago
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
