Skip to content

Commit ae4fc06

Browse files
authored
Bump to v.4.3.2 to pick up doc changes (#224)
Bump version to pick up doc changes from #223
1 parent 14ec0d4 commit ae4fc06

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.3.2
2+
- [DOC]Added note that only AWS S3 is supported. No other S3 compatible storage solutions are supported. [#223](https://github.com/logstash-plugins/logstash-output-s3/pull/223)
3+
14
## 4.3.1
25
- [DOC] Updated setting descriptions for clarity [#219](https://github.com/logstash-plugins/logstash-output-s3/pull/219) and [#220](https://github.com/logstash-plugins/logstash-output-s3/pull/220)
36

docs/index.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ include::{include_path}/plugin_header.asciidoc[]
2121

2222
==== Description
2323

24-
This plugin batches and uploads logstash events into Amazon Simple Storage Service (Amazon S3).
24+
This plugin batches and uploads logstash events into Amazon Simple Storage
25+
Service (Amazon S3).
2526

26-
IMPORTANT: The S3 output plugin only supports AWS S3. Other S3 compatible storage solutions are not supported.
27+
IMPORTANT: The S3 output plugin only supports AWS S3.
28+
Other S3 compatible storage solutions are not supported.
2729

2830
S3 outputs create temporary files into the OS' temporary directory.
2931
You can specify where to save them using the `temporary_directory` option.

logstash-output-s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-s3'
3-
s.version = '4.3.1'
3+
s.version = '4.3.2'
44
s.licenses = ['Apache-2.0']
55
s.summary = "Sends Logstash events to the Amazon Simple Storage Service"
66
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"

0 commit comments

Comments
 (0)