Class: Fluentd::Setting::OutS3

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, Common
Defined in:
app/models/fluentd/setting/out_s3.rb

Constant Summary collapse

KEYS =
[
  :match,
  :aws_key_id, :aws_sec_key, :s3_bucket, :s3_endpoint, :path,
  # :reduced_redundancy, :check_apikey_on_start, :command_parameter, # not configurable?
  :format, :include_time_key, :time_key, :delimiter, :label_delimiter, :add_newline, :output_tag, :output_time,
  :time_slice_format, :time_slice_wait, :time_format, :utc, :store_as, :proxy_uri, :use_ssl,
  :buffer_type, :buffer_queue_limit, :buffer_chunk_limit, :flush_interval,
  :retry_wait, :retry_limit, :max_retry_wait, :num_threads,
].freeze

Method Summary

Methods included from Common

#boolenan, #child_class, #children_of, #column_type, #conf, #empty_value?, #flag, #input_plugin?, #output_plugin?, #plugin_type_name, #print_if_present, #to_config, #values_of