Skip to content

Commit ba6aa97

Browse files
committed
Uses :singles as the concurrency model
Fixes #96
1 parent 3ae1dd5 commit ba6aa97

File tree

1 file changed

+1
-1
lines changed
  • lib/logstash/outputs

1 file changed

+1
-1
lines changed

lib/logstash/outputs/s3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LogStash::Outputs::S3 < LogStash::Outputs::Base
7979
config_name "s3"
8080
default :codec, 'line'
8181

82-
concurrency :shared
82+
concurrency :single
8383

8484
# S3 bucket
8585
config :bucket, :validate => :string

0 commit comments

Comments
 (0)