We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1dd5 commit ba6aa97Copy full SHA for ba6aa97
lib/logstash/outputs/s3.rb
@@ -79,7 +79,7 @@ class LogStash::Outputs::S3 < LogStash::Outputs::Base
79
config_name "s3"
80
default :codec, 'line'
81
82
- concurrency :shared
+ concurrency :single
83
84
# S3 bucket
85
config :bucket, :validate => :string
0 commit comments