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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cf479c44f7b7dac211e41b1514713217ff8c71c
4
- data.tar.gz: b2946ad26dacd01fbb61e379b4b2d062f8e0b0e1
3
+ metadata.gz: c47167521b79a8f37030a8f78481134bcbcef0ba
4
+ data.tar.gz: 6b2355130c2332a30e09e061eb822d88fa36f659
5
5
  SHA512:
6
- metadata.gz: 51dd4fa486a9c4f60789496fe92b46ef734ed715d6e59de2a7fc14d927e7d78d18c7a9e337c955483d2aeee29554be81c4f8096e07fdec8b5601025033d6c422
7
- data.tar.gz: f02f3d7a186a5554009dbab8319c6bc4eed8b63d0c0d6543d500594ff2cbb0c644d1169cbea398dd2d41ee3ca4ef5b4f0ad94c9c5b09fb66e6fbfcf9ca6cf6da
6
+ metadata.gz: 76b6dbfb132349018d2fd8970a59e5eae1899b3d65c1bfe8b57cf7f54f01ba6f98ef0605dc55f90a38afe10fe63c642aa6e4610e6d295ee5a07b42fc018ccbb2
7
+ data.tar.gz: ef78d7b25bba85786603ba5968017d7d1bbff8615ae0eb771acc3558007a890f926605a54fc794a5104d6c84db3638290d9f686762afd159148ba9a6f7eaca57
@@ -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
 
@@ -9,7 +9,6 @@ import org.junit.Test;
9
9
 
10
10
  public class TestRiakCsFileInputPlugin
11
11
  {
12
-
13
12
  @Rule
14
13
  public EmbulkTestRuntime runtime = new EmbulkTestRuntime();
15
14
 
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.12
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-05 00:00:00.000000000 Z
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.12.jar
57
- - classpath/embulk-input-s3-0.2.12.jar
58
- - classpath/embulk-util-aws-credentials-0.2.12.jar
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