logstash-output-s3 4.3.2 → 4.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 949b68aa82c6d619d3f9d6d75615db87f50cc3529169a5980f63ec4592a672af
4
- data.tar.gz: 43b9bd9c245b19a2bc5e116294770bddd896c012cc3b24085623e3c44f634dcb
3
+ metadata.gz: ddee0a9caa6ff45882472bb1ef9d198e5263d1da62feca4cda463ecf32a85192
4
+ data.tar.gz: da07f987033ceecb078fd32a658f85502492b1364622aa77fc384c5eb13c702c
5
5
  SHA512:
6
- metadata.gz: 9c69eec68547b76c7fea7a668178a19319d09978ecef913f64be1c936e9c9f246f9194381128db9ca28779192abdf209211531a94bda53f0bd84affb7ac71318
7
- data.tar.gz: 27bec629b16aaa8d6503b0b9931ec0170c35afb4f028118557665f4d554d0535e3448aac7c55860d3d70ec7f0eedef662612d8616e894326b2240ddbfbb7d45e
6
+ metadata.gz: 2da28864bab1b28e28830055d7a21f63216ab00e9a4385638afb4f7f1034f61c208ed50487976f6c832761c1f4456ad39fda621c3d24af8a242ff38e00ac6268
7
+ data.tar.gz: 8d5e29f0d672856594a1ca87a844ace560d2f054461141670fb18a1acfc6eeccb797c8e8492b37795859f69fb85f12abc42ade74b5348fc6bc1c08b7b3c4054a
@@ -1,5 +1,8 @@
1
+ ## 4.3.3
2
+ - [DOC] Update links to use shared attributes [#230](https://github.com/logstash-plugins/logstash-output-s3/pull/230)
3
+
1
4
  ## 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)
5
+ - [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
6
 
4
7
  ## 4.3.1
5
8
  - [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)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-output-s3.svg)](https://travis-ci.org/logstash-plugins/logstash-output-s3)
3
+ [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-output-s3.svg)](https://travis-ci.com/logstash-plugins/logstash-output-s3)
4
4
 
5
5
  This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
@@ -217,9 +217,12 @@ The endpoint should be an HTTP or HTTPS URL, e.g. https://example.com
217
217
  * Value type is <<string,string>>
218
218
  * Default value is `""`
219
219
 
220
- Specify a prefix to the uploaded filename, this can simulate directories on S3. Prefix does not require leading slash.
221
- This option supports logstash interpolation: https://www.elastic.co/guide/en/logstash/current/event-dependent-configuration.html#sprintf;
222
- for example, files can be prefixed with the event date using `prefix = "%{+YYYY}/%{+MM}/%{+dd}"`.
220
+ Specify a prefix to the uploaded filename, this can simulate directories on S3.
221
+ Prefix does not require leading slash.
222
+ This option supports
223
+ {logstash-ref}/event-dependent-configuration.html#sprintf[Logstash
224
+ interpolation]; for example, files can be prefixed with the event date using
225
+ `prefix = "%{+YYYY}/%{+MM}/%{+dd}"`.
223
226
  Be warned this can create a lot of temporary local files.
224
227
 
225
228
  [id="plugins-{type}s-{plugin}-proxy_uri"]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-s3'
3
- s.version = '4.3.2'
3
+ s.version = '4.3.3'
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.3.2
4
+ version: 4.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement