embulk-output-s3 1.6.0-java → 1.7.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NOTICE +1 -1
- data/classpath/aws-java-sdk-core-1.11.1034.jar +0 -0
- data/classpath/aws-java-sdk-kms-1.11.1034.jar +0 -0
- data/classpath/aws-java-sdk-s3-1.11.1034.jar +0 -0
- data/classpath/commons-codec-1.15.jar +0 -0
- data/classpath/{embulk-output-s3-1.6.0.jar → embulk-output-s3-1.7.0.jar} +0 -0
- data/classpath/httpclient-4.5.13.jar +0 -0
- data/classpath/httpcore-4.4.13.jar +0 -0
- data/classpath/jaxb-api-2.2.11.jar +0 -0
- data/classpath/jaxb-core-2.2.11.jar +0 -0
- data/classpath/jaxb-impl-2.2.11.jar +0 -0
- data/classpath/jmespath-java-1.11.1034.jar +0 -0
- metadata +13 -10
- data/classpath/aws-java-sdk-core-1.11.271.jar +0 -0
- data/classpath/aws-java-sdk-kms-1.11.271.jar +0 -0
- data/classpath/aws-java-sdk-s3-1.11.271.jar +0 -0
- data/classpath/commons-codec-1.9.jar +0 -0
- data/classpath/httpclient-4.5.2.jar +0 -0
- data/classpath/httpcore-4.4.4.jar +0 -0
- data/classpath/jmespath-java-1.11.271.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e75ca8d10a7de018b711f87988438a2006d2d7cb667b3330ea1190a48c737b6
|
4
|
+
data.tar.gz: aea84118f7beb3cc990501b4796b0412a2b9fa40ed7a7ca40b245b3d3162a366
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a956f1ef43cb25e986caa99f42f9c4112ec4dea43f0053aab6986abdf196290449d134005f0c212988e0afdcf2c98e7b27bebbe1e768a03da684383f664d81f3
|
7
|
+
data.tar.gz: 60037f9500a74d6edbd18f9002992b6cde37dfcb69b694b317e1658c7e8bcb70806d35f8c2efdfa1add93a4c781a231457c734b0dfb10fc6741b143b46d05cfc
|
data/NOTICE
CHANGED
@@ -23,7 +23,7 @@ It is licensed under the Apache Software License, Version 2.0.
|
|
23
23
|
The gem distribution of this product includes a JAR of the Apache HttpClient 4.5 (http://hc.apache.org/httpcomponents-client-4.5.x/index.html), as-is.
|
24
24
|
It is licensed under the Apache Software License, Version 2.0.
|
25
25
|
|
26
|
-
The gem distribution of this product includes a JAR of the Apache HttpCore 4.
|
26
|
+
The gem distribution of this product includes a JAR of the Apache HttpCore 4.4 (http://hc.apache.org/httpcomponents-core-4.4.x/index.html), as-is.
|
27
27
|
It is licensed under the Apache Software License, Version 2.0.
|
28
28
|
|
29
29
|
The gem distribution of this product includes a JAR of the JCL 1.2 implemented over SLF4J (http://www.slf4j.org/legacy.html) 1.7, as-is.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Manabu Takayama
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Stores files on S3.
|
14
14
|
email:
|
@@ -19,23 +19,26 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- LICENSE
|
21
21
|
- NOTICE
|
22
|
-
- classpath/aws-java-sdk-core-1.11.
|
23
|
-
- classpath/aws-java-sdk-kms-1.11.
|
24
|
-
- classpath/aws-java-sdk-s3-1.11.
|
25
|
-
- classpath/commons-codec-1.
|
26
|
-
- classpath/embulk-output-s3-1.
|
22
|
+
- classpath/aws-java-sdk-core-1.11.1034.jar
|
23
|
+
- classpath/aws-java-sdk-kms-1.11.1034.jar
|
24
|
+
- classpath/aws-java-sdk-s3-1.11.1034.jar
|
25
|
+
- classpath/commons-codec-1.15.jar
|
26
|
+
- classpath/embulk-output-s3-1.7.0.jar
|
27
27
|
- classpath/embulk-util-config-0.3.1.jar
|
28
28
|
- classpath/embulk-util-file-0.1.3.jar
|
29
|
-
- classpath/httpclient-4.5.
|
30
|
-
- classpath/httpcore-4.4.
|
29
|
+
- classpath/httpclient-4.5.13.jar
|
30
|
+
- classpath/httpcore-4.4.13.jar
|
31
31
|
- classpath/ion-java-1.0.2.jar
|
32
32
|
- classpath/jackson-annotations-2.6.7.jar
|
33
33
|
- classpath/jackson-core-2.6.7.jar
|
34
34
|
- classpath/jackson-databind-2.6.7.1.jar
|
35
35
|
- classpath/jackson-dataformat-cbor-2.6.7.jar
|
36
36
|
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
37
|
+
- classpath/jaxb-api-2.2.11.jar
|
38
|
+
- classpath/jaxb-core-2.2.11.jar
|
39
|
+
- classpath/jaxb-impl-2.2.11.jar
|
37
40
|
- classpath/jcl-over-slf4j-1.7.12.jar
|
38
|
-
- classpath/jmespath-java-1.11.
|
41
|
+
- classpath/jmespath-java-1.11.1034.jar
|
39
42
|
- classpath/joda-time-2.9.2.jar
|
40
43
|
- classpath/validation-api-1.1.0.Final.jar
|
41
44
|
- lib/embulk/output/s3.rb
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|