class Aws::Plugins::SignatureV2

Necessary to exist after endpoints 2.0 for old service clients + new core
Deprecated - does not look at new traits like ‘auth` and `unsignedPayload`
@api private

def add_handlers(handlers, _)

def add_handlers(handlers, _)
  handlers.add(Handler, step: :sign)
end