class Aws::Plugins::S3RequestSigner::BucketRegionErrorHandler

def call(context)

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