class Aws::Plugins::S3Md5s::Handler

def call(context)

def call(context)
  context.http_request.headers['Content-Md5'] = md5(context)
  @handler.call(context)
end