class Aws::Plugins::HttpChecksum::Handler
def call(context)
def call(context) if context.operation.http_checksum_required body = context.http_request.body context.http_request.headers['Content-Md5'] ||= md5(body) end @handler.call(context) end
def call(context) if context.operation.http_checksum_required body = context.http_request.body context.http_request.headers['Content-Md5'] ||= md5(body) end @handler.call(context) end