class Aws::S3::Plugins::SkipWholeMultipartGetChecksums::Handler
def call(context)
def call(context) context[:http_checksum] ||= {} context[:http_checksum][:skip_on_suffix] = true @handler.call(context) end
def call(context) context[:http_checksum] ||= {} context[:http_checksum][:skip_on_suffix] = true @handler.call(context) end