embulk-input-riak_cs 0.2.12 → 0.2.13
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.13.jar +0 -0
- data/classpath/embulk-input-s3-0.2.13.jar +0 -0
- data/classpath/embulk-util-aws-credentials-0.2.13.jar +0 -0
- data/src/main/java/org/embulk/input/riak_cs/RiakCsFileInputPlugin.java +1 -8
- data/src/test/java/org/embulk/input/riak_cs/TestRiakCsFileInputPlugin.java +0 -1
- metadata +5 -5
- data/classpath/embulk-input-riak_cs-0.2.12.jar +0 -0
- data/classpath/embulk-input-s3-0.2.12.jar +0 -0
- data/classpath/embulk-util-aws-credentials-0.2.12.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: c47167521b79a8f37030a8f78481134bcbcef0ba
|
|
4
|
+
data.tar.gz: 6b2355130c2332a30e09e061eb822d88fa36f659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76b6dbfb132349018d2fd8970a59e5eae1899b3d65c1bfe8b57cf7f54f01ba6f98ef0605dc55f90a38afe10fe63c642aa6e4610e6d295ee5a07b42fc018ccbb2
|
|
7
|
+
data.tar.gz: ef78d7b25bba85786603ba5968017d7d1bbff8615ae0eb771acc3558007a890f926605a54fc794a5104d6c84db3638290d9f686762afd159148ba9a6f7eaca57
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -33,14 +33,7 @@ public class RiakCsFileInputPlugin
|
|
|
33
33
|
|
|
34
34
|
return super
|
|
35
35
|
.defaultS3ClientBuilder(task)
|
|
36
|
-
.withEndpointConfiguration(new EndpointConfiguration(
|
|
37
|
-
t.getEndpoint(),
|
|
38
|
-
// Although client will treat endpoint's region as the signer region
|
|
39
|
-
// if we left this as null, but such that behaviour is undocumented,
|
|
40
|
-
// so it is explicitly calculated here for future-proofing.
|
|
41
|
-
parseRegion(
|
|
42
|
-
toUri(t.getEndpoint(), getClientConfiguration(task)).getHost(),
|
|
43
|
-
S3_SERVICE_NAME)))
|
|
36
|
+
.withEndpointConfiguration(new EndpointConfiguration(t.getEndpoint(), null))
|
|
44
37
|
.build();
|
|
45
38
|
}
|
|
46
39
|
|
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.13
|
|
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-01
|
|
11
|
+
date: 2018-02-01 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.13.jar
|
|
57
|
+
- classpath/embulk-input-s3-0.2.13.jar
|
|
58
|
+
- classpath/embulk-util-aws-credentials-0.2.13.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
|
|
Binary file
|