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 2 years ago
Relevant content
- asked a year ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago