fluent-plugin-s3 1.1.9 → 1.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
  SHA1:
3
- metadata.gz: 9946aa9a708d9fe24ef1a4582334bea3683efb1b
4
- data.tar.gz: ff8eb6d8aca6f8fbcdc7d8dd20b354419e248150
3
+ metadata.gz: f75104b3bef77164ce2e595b52615189a7e71aa5
4
+ data.tar.gz: cbaf573a501196ce198140f01d836401b1a83ca6
5
5
  SHA512:
6
- metadata.gz: aa61687fed5f22827e94fde41098336c3ae3935352e294f70d490ccca5763563c5d1426f3a0a55335ab2b8d5e7a49575bdc762c644b77f57fac73bee4d06dd09
7
- data.tar.gz: 43958485397cf76a352352312890c4445c26122c81f0b251c6d42704e60bc28087963b1fce4f0e3f311cc62e92ad7b6fb3c33e1c3dce51f17cc4eff31c4f5bd9
6
+ metadata.gz: 10f7e05421fd2fbf5b9e33c8d2103dd0b7c8f19a45f362e2116d181cddb93d19f4733bbc10fb16ca6647352db684fe1a92ffb081e04964db57d9526c2cb28c0f
7
+ data.tar.gz: 42bfe6daab63ded2bf6f4800d6c3322d653d9290c7e7ba3d8f65d93b86576e0d9a5850410b5c403abd4af90e9c4dc4f90280b45c2c08ef769b26b769ac223978
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ Release 1.1.10 - 2019/05/08
2
+
3
+ * out_s3: force_path_style is deprecated
4
+
1
5
  Release 1.1.9 - 2019/03/26
2
6
 
3
7
  * out_s3: Add enable_transfer_acceleration parameter
data/README.md CHANGED
@@ -335,6 +335,8 @@ Above two configurations are same. The important point is wrapping `""` is neede
335
335
  bucket name is always left in the request URI and never moved to the host
336
336
  as a sub-domain. See Plugins::S3BucketDns for more details.
337
337
 
338
+ This parameter is deprecated. See AWS announcement: https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
339
+
338
340
  **store_as**
339
341
 
340
342
  archive format on S3. You can use several format:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.9
1
+ 1.1.10
@@ -75,7 +75,7 @@ module Fluent::Plugin
75
75
  desc "The format of S3 object keys"
76
76
  config_param :s3_object_key_format, :string, default: "%{path}%{time_slice}_%{index}.%{file_extension}"
77
77
  desc "If true, the bucket name is always left in the request URI and never moved to the host as a sub-domain"
78
- config_param :force_path_style, :bool, default: false
78
+ config_param :force_path_style, :bool, default: false, deprecated: "S3 will drop path style API in 2020: See https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/"
79
79
  desc "Archive format on S3"
80
80
  config_param :store_as, :string, default: "gzip"
81
81
  desc "Create S3 bucket if it does not exists"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-03-27 00:00:00.000000000 Z
12
+ date: 2019-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd