docs/index.asciidoc in logstash-input-s3-3.3.5 vs docs/index.asciidoc in logstash-input-s3-3.3.6

- old
+ new

@@ -164,14 +164,14 @@ the connection to s3. See full list in https://docs.aws.amazon.com/sdkforruby/api/Aws/S3/Client.html[the AWS SDK documentation]. Example: [source,ruby] input { s3 { - "access_key_id" => "1234", - "secret_access_key" => "secret", - "bucket" => "logstash-test", + "access_key_id" => "1234" + "secret_access_key" => "secret" + "bucket" => "logstash-test" "additional_settings" => { - "force_path_style" => true, + "force_path_style" => true "follow_redirects" => false } } }