embulk-input-riak_cs 0.2.13 → 0.2.14
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/classpath/embulk-input-riak_cs-0.2.14.jar +0 -0
- data/classpath/embulk-input-s3-0.2.14.jar +0 -0
- data/classpath/{embulk-util-aws-credentials-0.2.13.jar → embulk-util-aws-credentials-0.2.14.jar} +0 -0
- data/src/main/java/org/embulk/input/riak_cs/RiakCsFileInputPlugin.java +0 -3
- metadata +5 -5
- data/classpath/embulk-input-riak_cs-0.2.13.jar +0 -0
- data/classpath/embulk-input-s3-0.2.13.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2c7e2a793731c4d5ffa8adc1c0961e154b61884
|
4
|
+
data.tar.gz: 72c1a24b09c43d1b412276816cf499224a34c8ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb6ed5c28a99821938945b6aab137b9e6474450300c6aa45ba7816ce1258f1ad209403e3dad834f4c8e48112d3d0354d5de5913db957dfe0e5493fb489717f37
|
7
|
+
data.tar.gz: 32064cdf2e42b52ebca16c52d34da0d24b171036cb7dfd57aee77fe5439be1afb56dd5daf3c92a56c80b605038c266a1bea15887aea70358d1b336430827aa7c
|
Binary file
|
Binary file
|
data/classpath/{embulk-util-aws-credentials-0.2.13.jar → embulk-util-aws-credentials-0.2.14.jar}
RENAMED
Binary file
|
@@ -6,9 +6,6 @@ import org.embulk.config.Config;
|
|
6
6
|
import org.embulk.input.s3.AbstractS3FileInputPlugin;
|
7
7
|
|
8
8
|
import static com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration;
|
9
|
-
import static com.amazonaws.services.s3.AmazonS3Client.S3_SERVICE_NAME;
|
10
|
-
import static com.amazonaws.util.AwsHostNameUtils.parseRegion;
|
11
|
-
import static com.amazonaws.util.RuntimeHttpUtils.toUri;
|
12
9
|
|
13
10
|
public class RiakCsFileInputPlugin
|
14
11
|
extends AbstractS3FileInputPlugin
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-riak_cs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,9 +53,9 @@ files:
|
|
53
53
|
- classpath/aws-java-sdk-kms-1.11.253.jar
|
54
54
|
- classpath/aws-java-sdk-s3-1.11.253.jar
|
55
55
|
- classpath/commons-codec-1.9.jar
|
56
|
-
- classpath/embulk-input-riak_cs-0.2.
|
57
|
-
- classpath/embulk-input-s3-0.2.
|
58
|
-
- classpath/embulk-util-aws-credentials-0.2.
|
56
|
+
- classpath/embulk-input-riak_cs-0.2.14.jar
|
57
|
+
- classpath/embulk-input-s3-0.2.14.jar
|
58
|
+
- classpath/embulk-util-aws-credentials-0.2.14.jar
|
59
59
|
- classpath/httpclient-4.5.2.jar
|
60
60
|
- classpath/httpcore-4.4.4.jar
|
61
61
|
- classpath/ion-java-1.0.2.jar
|
Binary file
|
Binary file
|