以下でできた。
s3: ServiceResource = boto3.resource('s3')
bucket = s3.Bucket(bucket_name)
bucket.meta.client.get_bucket_location(Bucket=self.bucket_name)['LocationConstraint']
以下でできた。
s3: ServiceResource = boto3.resource('s3')
bucket = s3.Bucket(bucket_name)
bucket.meta.client.get_bucket_location(Bucket=self.bucket_name)['LocationConstraint']