class Aws::Plugins::SignatureV2

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

Public Instance Methods

add_handlers(handlers, _) click to toggle source
# File lib/aws-sdk-core/plugins/signature_v2.rb, line 14
def add_handlers(handlers, _)
  handlers.add(Handler, step: :sign)
end