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 +4 -4
- data/ChangeLog +4 -0
- data/README.md +2 -0
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_s3.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f75104b3bef77164ce2e595b52615189a7e71aa5
|
|
4
|
+
data.tar.gz: cbaf573a501196ce198140f01d836401b1a83ca6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10f7e05421fd2fbf5b9e33c8d2103dd0b7c8f19a45f362e2116d181cddb93d19f4733bbc10fb16ca6647352db684fe1a92ffb081e04964db57d9526c2cb28c0f
|
|
7
|
+
data.tar.gz: 42bfe6daab63ded2bf6f4800d6c3322d653d9290c7e7ba3d8f65d93b86576e0d9a5850410b5c403abd4af90e9c4dc4f90280b45c2c08ef769b26b769ac223978
|
data/ChangeLog
CHANGED
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.
|
|
1
|
+
1.1.10
|
data/lib/fluent/plugin/out_s3.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
12
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|