class Aws::Plugins::RetryErrors

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.retry_limit > 0
    handlers.add(Handler, step: :sign, priority: 99)
  end
end