class Aws::Plugins::SignatureV2::Handler

def call(context)

def call(context)
  apply_signature(
    context.http_request,
    context.config.v2_signer
  )
  @handler.call(context)
end