Currently we have multiple buckets with an application prefix and a region suffix e.g. Bucket names
- myapp-us-east-1
- myapp-us-west-1
Is there a way of finding all buckets given a certain prefix? Is there something like:
s3 = boto3.resource('s3')
buckets = s3.buckets.filter(Prefix="myapp-")