class Aws::Plugins::S3Expect100Continue::Handler
@api private
def call(context)
def call(context) if context.http_request.body && context.http_request.body.size > 0 then context.http_request.headers['expect'] = '100-continue' end @handler.call(context) end