class Fluent::PullForwardOutput::HtpasswdDummy

Public Class Methods

new() click to toggle source

overwrite constructor NOT to generate htpasswd file on local filesystem

# File lib/fluent/plugin/out_pull_forward.rb, line 70
def initialize
  @path = '/'
  @mtime = Time.at(0)
  @passwd = Hash.new
  @auth_type = WEBrick::HTTPAuth::BasicAuth
end