class Aws::Plugins::ChecksumAlgorithm

def add_handlers(handlers, _config)

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