logstash-output-s3 4.1.9 → 4.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -0
- data/logstash-output-s3.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90852f5407cbb7972c99261dccee8d0aa6d6906b146eb7b33070480d314b8612
|
4
|
+
data.tar.gz: e7a9eef2124a63635726442faf4e4c68d098247e9b78ab6f050080e951062248
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d609145287fda65808777c6719807e620c67865078097591aa8ef7c6827d31897f633f50edb029767cc91260bca67287741c6c7319697ef1dda27f47513be4
|
7
|
+
data.tar.gz: 64a2f88ae55c076fb45a2a30f95a663b8cc4135de36506352fb0c130588918ebc1a2bb4558f250aba7c231c1b4fc2f3eb745de379a54083e60306af445b7d5e4
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 4.1.10
|
2
|
+
- Added clarification for endpoint in documentation [#198](https://github.com/logstash-plugins/logstash-output-s3/pull/198)
|
3
|
+
|
1
4
|
## 4.1.9
|
2
5
|
- Added configuration information for multiple s3 outputs to documentation [#196](https://github.com/logstash-plugins/logstash-output-s3/pull/196)
|
3
6
|
- Fixed formatting problems and typographical errors [#194](https://github.com/logstash-plugins/logstash-output-s3/pull/194), [#201](https://github.com/logstash-plugins/logstash-output-s3/pull/201), and [#204](https://github.com/logstash-plugins/logstash-output-s3/pull/204)
|
data/docs/index.asciidoc
CHANGED
@@ -203,6 +203,7 @@ Specify the content encoding. Supports ("gzip"). Defaults to "none"
|
|
203
203
|
The endpoint to connect to. By default it is constructed using the value of `region`.
|
204
204
|
This is useful when connecting to S3 compatible services, but beware that these aren't
|
205
205
|
guaranteed to work correctly with the AWS SDK.
|
206
|
+
The endpoint should be an HTTP or HTTPS URL, e.g. https://example.com
|
206
207
|
|
207
208
|
[id="plugins-{type}s-{plugin}-prefix"]
|
208
209
|
===== `prefix`
|
data/logstash-output-s3.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-s3'
|
3
|
-
s.version = '4.1.
|
3
|
+
s.version = '4.1.10'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "Sends Logstash events to the Amazon Simple Storage Service"
|
6
6
|
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"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|