I believe that `s3.Bucket.get` expects the name of...
# python
w
I believe that
s3.Bucket.get
expects the name of the bucket not the arn. So
s3.Bucket.get(“pm-images”, “pm-images”)
. I don’t quite follow how the more recent example is related?