class Aws::S3::Plugins::SseCpk::Handler

def call(context)

def call(context)
  compute_key_md5(context) if context.params.is_a?(Hash)
  @handler.call(context)
end