From 4e3f43a1edeeefd8a5d2b09c0aef3b1654c358fd Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Thu, 28 May 2020 15:55:23 -0400 Subject: [PATCH] Bump to v.3.5.2 to pick up doc changes in #208 (#209) Bump version to pick up doc changes from #208 --- CHANGELOG.md | 3 +++ docs/index.asciidoc | 3 ++- logstash-input-s3.gemspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b1595..1dff5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.5.2 + - [DOC]Added note that only AWS S3 is supported. No other S3 compatible storage solutions are supported. [#208](https://github.com/logstash-plugins/logstash-input-s3/issues/208) + ## 3.5.1 - [DOC]Added example for `exclude_pattern` and reordered option descriptions [#204](https://github.com/logstash-plugins/logstash-input-s3/issues/204) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 0983a84..197c42d 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -23,7 +23,8 @@ include::{include_path}/plugin_header.asciidoc[] Stream events from files from a S3 bucket. -IMPORTANT: The S3 input plugin only supports AWS S3. Other S3 compatible storage solutions are not supported. +IMPORTANT: The S3 input plugin only supports AWS S3. +Other S3 compatible storage solutions are not supported. Each line from each file generates an event. Files ending in `.gz` are handled as gzip'ed files. diff --git a/logstash-input-s3.gemspec b/logstash-input-s3.gemspec index 1d1784b..c678074 100644 --- a/logstash-input-s3.gemspec +++ b/logstash-input-s3.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-s3' - s.version = '3.5.1' + s.version = '3.5.2' s.licenses = ['Apache-2.0'] s.summary = "Streams events from files in a S3 bucket" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"