class Aws::Plugins::SQSMd5s

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.verify_checksums
    handlers.add(Handler, {
      priority: 10 ,
      step: :validate,
      operations: SQSMd5s::OPERATIONS_TO_VERIFY
    })
  end
end