class Aws::Plugins::HttpChecksum

@api private

def add_handlers(handlers, _config)

def add_handlers(handlers, _config)
  # priority set low to ensure checksum is computed AFTER the request is
  # built but before it is signed
  handlers.add(Handler, priority: 10, step: :build)
end