embulk-output-s3 1.7.0-java → 1.7.1-java

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: 4e75ca8d10a7de018b711f87988438a2006d2d7cb667b3330ea1190a48c737b6
4
- data.tar.gz: aea84118f7beb3cc990501b4796b0412a2b9fa40ed7a7ca40b245b3d3162a366
3
+ metadata.gz: 559d20ee01e786b735f770623380ef298b73bc1e4218672f47a119106f4eb2dd
4
+ data.tar.gz: ff8470b20ff0e97361f442303503b8120cc8a213c01689eff8fe5e76d929598d
5
5
  SHA512:
6
- metadata.gz: a956f1ef43cb25e986caa99f42f9c4112ec4dea43f0053aab6986abdf196290449d134005f0c212988e0afdcf2c98e7b27bebbe1e768a03da684383f664d81f3
7
- data.tar.gz: 60037f9500a74d6edbd18f9002992b6cde37dfcb69b694b317e1658c7e8bcb70806d35f8c2efdfa1add93a4c781a231457c734b0dfb10fc6741b143b46d05cfc
6
+ metadata.gz: 8f0e040817e2f10613b910e11a3d67fdbf6f6549da50281a3401a207698fdf4c9390aedd09c77d75f2845689a8d47e5e501353f29744ba67c7d8de3c2631b222
7
+ data.tar.gz: eda67db3c7844413e733857beaacb610b07b878d3a1b2c46d24c6e9183763311523caece924a943f4f0acd6b47755d28adb99f22856994b831b9c1497e20bd1b
data/NOTICE CHANGED
@@ -1,30 +1,125 @@
1
1
  embulk-output-s3
2
2
  Copyright 2015 Manabu Takayama, and the Embulk project
3
3
 
4
- This product includes software developed by Manabu Takayama, and in a part of the Embulk project (https://www.embulk.org/).
5
- It was originally developed by Manabu Takayama (https://github.com/llibra), and then transferred to the Embulk project.
6
- It was originally licenced under the MIT License before the transfer, and it is now licensed under the Apache Software License, Version 2.0.
4
+ This product includes software developed by
5
+ Manabu Takayama (https://github.com/llibra), and at
6
+ the Embulk project (https://www.embulk.org/).
7
7
 
8
- The gem distribution of this product includes JARs of the Jackson project (https://github.com/FasterXML/jackson), as-is.
8
+ This product was originally developed by
9
+ Manabu Takayama, then transferred to
10
+ the Embulk project.
11
+
12
+ This product was originally licenced under
13
+ the MIT License before the transfer, then re-licensed under
14
+ the Apache Software License, Version 2.0.
15
+
16
+
17
+ The gem distribution of this product includes products of
18
+ the Jackson project, as-is.
19
+ They are licensed under the Apache Software License, Version 2.0.
20
+ See: https://github.com/FasterXML/jackson
21
+
22
+
23
+ The gem distribution of this product includes products of
24
+ the Jakarta Bean Validation API 1.1, as-is.
25
+ They are licensed under the Apache Software License, Version 2.0.
26
+ See: https://beanvalidation.org/1.1/
27
+
28
+
29
+ The gem distribution of this product includes products of
30
+ AWS SDK For Java 1.x, and Amazon Ion Java, as-is.
9
31
  They are licensed under the Apache Software License, Version 2.0.
32
+ See: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/welcome.html
33
+ See: https://github.com/amzn/ion-java
34
+
35
+ ---------------- NOTICE of AWS SDK For Java 1.x ----------------
36
+ AWS SDK for Java
37
+ Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
38
+
39
+ This product includes software developed by
40
+ Amazon Technologies, Inc (http://www.amazon.com/).
41
+
42
+ **********************
43
+ THIRD PARTY COMPONENTS
44
+ **********************
45
+ This software includes third party software subject to the following copyrights:
46
+ - XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty.
47
+ - PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
10
48
 
11
- The gem distribution of this product includes JARs of the Jakarta Bean Validation API 1.1 (https://beanvalidation.org/1.1/), as-is.
12
- It is licensed under the Apache Software License, Version 2.0.
49
+ The licenses for these third party components are included in LICENSE.txt
50
+ ---------------- NOTICE of AWS SDK For Java 1.x ----------------
13
51
 
14
- The gem distribution of this product includes JARs of AWS SDK For Java 1.x (https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/welcome.html), and Amazon Ion Java (https://github.com/amzn/ion-java), as-is.
52
+
53
+ The gem distribution of this product includes products of
54
+ Joda-Time, as-is.
15
55
  They are licensed under the Apache Software License, Version 2.0.
56
+ See: https://www.joda.org/joda-time/
57
+
58
+ ---------------------- NOTICE of Joda-Time ---------------------
59
+ =============================================================================
60
+ = NOTICE file corresponding to section 4d of the Apache License Version 2.0 =
61
+ =============================================================================
62
+ This product includes software developed by
63
+ Joda.org (https://www.joda.org/).
64
+ ---------------------- NOTICE of Joda-Time ---------------------
16
65
 
17
- The gem distribution of this product includes a JAR of Joda-Time (https://www.joda.org/joda-time/), as-is.
18
- It is licensed under the Apache Software License, Version 2.0.
19
66
 
20
- The gem distribution of this product includes a JAR of the Apache Commons Codec (https://commons.apache.org/proper/commons-codec/), as-is.
21
- It is licensed under the Apache Software License, Version 2.0.
67
+ The gem distribution of this product includes products of
68
+ the Apache Commons Codec, as-is.
69
+ They are licensed under the Apache Software License, Version 2.0.
70
+ See: https://commons.apache.org/proper/commons-codec/
71
+
72
+ -------------- NOTICE of the Apache Commons Codec --------------
73
+ Apache Commons Codec
74
+ Copyright 2002-2020 The Apache Software Foundation
22
75
 
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
- It is licensed under the Apache Software License, Version 2.0.
76
+ This product includes software developed at
77
+ The Apache Software Foundation (https://www.apache.org/).
25
78
 
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
- It is licensed under the Apache Software License, Version 2.0.
79
+ src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
80
+ contains test data from http://aspell.net/test/orig/batch0.tab.
81
+ Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
28
82
 
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.
30
- It is licensed under the Apache Software License, Version 2.0.
83
+ ===============================================================================
84
+
85
+ The content of package org.apache.commons.codec.language.bm has been translated
86
+ from the original php source code available at http://stevemorse.org/phoneticinfo.htm
87
+ with permission from the original authors.
88
+ Original source copyright:
89
+ Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
90
+ -------------- NOTICE of the Apache Commons Codec --------------
91
+
92
+
93
+ The gem distribution of this product includes products of
94
+ the Apache HttpClient 4.5, as-is.
95
+ They are licensed under the Apache Software License, Version 2.0.
96
+ See: http://hc.apache.org/httpcomponents-client-4.5.x/index.html
97
+
98
+ -------------- NOTICE of the Apache HttpClient 4.5 -------------
99
+ Apache HttpComponents Client
100
+ Copyright 1999-2020 The Apache Software Foundation
101
+
102
+ This product includes software developed at
103
+ The Apache Software Foundation (http://www.apache.org/).
104
+
105
+ -------------- NOTICE of the Apache HttpClient 4.5 -------------
106
+
107
+
108
+ The gem distribution of this product includes products of
109
+ the Apache HttpCore 4.4, as-is.
110
+ They are licensed under the Apache Software License, Version 2.0.
111
+ See: http://hc.apache.org/httpcomponents-core-4.4.x/index.html
112
+
113
+ --------------- NOTICE of the Apache HttpCore 4.4 --------------
114
+ Apache HttpComponents Core
115
+ Copyright 2005-2020 The Apache Software Foundation
116
+
117
+ This product includes software developed at
118
+ The Apache Software Foundation (http://www.apache.org/).
119
+ --------------- NOTICE of the Apache HttpCore 4.4 --------------
120
+
121
+
122
+ The gem distribution of this product includes products of
123
+ the JCL 1.2 implemented over SLF4J 1.7, as-is.
124
+ They are licensed under the Apache Software License, Version 2.0.
125
+ See: http://www.slf4j.org/legacy.html
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.7.0
4
+ version: 1.7.1
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-07-01 00:00:00.000000000 Z
11
+ date: 2022-12-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Stores files on S3.
14
14
  email:
@@ -22,9 +22,11 @@ files:
22
22
  - classpath/aws-java-sdk-core-1.11.1034.jar
23
23
  - classpath/aws-java-sdk-kms-1.11.1034.jar
24
24
  - classpath/aws-java-sdk-s3-1.11.1034.jar
25
+ - classpath/aws-java-sdk-sts-1.11.466.jar
25
26
  - classpath/commons-codec-1.15.jar
26
- - classpath/embulk-output-s3-1.7.0.jar
27
- - classpath/embulk-util-config-0.3.1.jar
27
+ - classpath/embulk-output-s3-1.7.1.jar
28
+ - classpath/embulk-util-aws-credentials-0.4.1.jar
29
+ - classpath/embulk-util-config-0.3.2.jar
28
30
  - classpath/embulk-util-file-0.1.3.jar
29
31
  - classpath/httpclient-4.5.13.jar
30
32
  - classpath/httpcore-4.4.13.jar
Binary file