Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/fluent/plugin/out_s3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ def initialize
config_param :warn_for_delay, :time, default: nil
desc "Arbitrary S3 tag-set for the object"
config_param :tagging, :string, default: nil
desc "Arbitrary S3 metadata headers to set for the object"
config_param :checksum_algorithm, :string, default: nil
desc "Indicates the algorithm you want Amazon S3 to use to create the checksum for the object (CRC32,CRC32C,SHA1,SHA256)"
config_param :checksum_algorithm, :string, default: nil
desc "Arbitrary S3 metadata headers to set for the object"
config_param :s3_metadata, :hash, default: nil
config_section :bucket_lifecycle_rule, param_name: :bucket_lifecycle_rules, multi: true do
desc "A unique ID for this rule"
Expand Down