class Aws::Plugins::S3RegionDetection::DetectRegionHandler

def region_from_body(context)

def region_from_body(context)
  context.http_response.body_contents.match(/<Region>(.+?)<\/Region>/)[1]
end