class Aws::Plugins::S3Md5s::Handler
@api private
def call(context)
def call(context) body = context.http_request.body if body.size > 0 context.http_request.headers['Content-Md5'] ||= Checksums.md5(body) end @handler.call(context) end
@api private
def call(context) body = context.http_request.body if body.size > 0 context.http_request.headers['Content-Md5'] ||= Checksums.md5(body) end @handler.call(context) end