class Aws::S3::Plugins::ChecksumAlgorithm::SkipWholeMultipartGetChecksumsHandler

ChecksumAlgorithm plugin.
that cannot be validated. These should be skipped by the
S3 GetObject results for whole Multipart Objects contain a checksum

def call(context)

def call(context)
  context[:http_checksum] ||= {}
  context[:http_checksum][:skip_on_suffix] = true
  @handler.call(context)
end