Skip to content

Commit

Permalink
Bump to v.3.5.2 to pick up doc changes in #208 (#209)
Browse files Browse the repository at this point in the history
Bump version to pick up doc changes from #208
  • Loading branch information
karenzone authored May 28, 2020
1 parent 2b8638f commit 4e3f43a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion logstash-input-s3.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4e3f43a

Please sign in to comment.