logstash-output-s3 4.1.9 → 4.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7653884bdf554ea5da088fff8ccedf6e4371d55bab768276f887043fc1951d61
4
- data.tar.gz: b972c14f15fef7b7b088db17d521c1255832280b005e35060948ee27c98b0b2e
3
+ metadata.gz: 90852f5407cbb7972c99261dccee8d0aa6d6906b146eb7b33070480d314b8612
4
+ data.tar.gz: e7a9eef2124a63635726442faf4e4c68d098247e9b78ab6f050080e951062248
5
5
  SHA512:
6
- metadata.gz: de5e04e1f51a90c62b14992a4aba4fc2f05ba7be30ea697bbd21747a376d13a5dd9a4e6dc773cc727f773f16541ba35a58fb3ab1147e37e0e757cdb8487eef13
7
- data.tar.gz: 77e29b0995184da283de1ea27122ab6ac343e22a337a35c617cbd1005657c44ef00616a7687672f543e799f89911ecf03a651d8184d5988ea7fa2d1680686b2f
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`
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-s3'
3
- s.version = '4.1.9'
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.9
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-04-15 00:00:00.000000000 Z
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