class Aws::Plugins::S3RegionDetection::DetectRegionHandler

def call(context)

def call(context)
  response = @handler.call(context)
  handle_region_errors(response)
end