1 Answer
0
Accepted Answer
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 months ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago