embulk-output-larges3 0.1.3 → 0.1.5

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: d645c8ac94cb9dcbdf6a4d95b78e860d1d74dbf8
4
- data.tar.gz: debcdf0a002be4394b7a4d5a4dd124d5cc32f3ac
3
+ metadata.gz: 61acd77d90bfff5a526cf580a14d4b5fd793934c
4
+ data.tar.gz: b6b3ca7873f6b47e9cb0a40a785a488657818412
5
5
  SHA512:
6
- metadata.gz: 54395b570321c91ddd267ed75925350afd09ec5ed6764d729bbc103ed49d9bd66d27f1ca1a964b74c6cc11589cc7c022e2a9281defa387c7777df3f97ebce2cb
7
- data.tar.gz: d95a396cbc798a2c6537eeb72cb0f092ea7deb442154b2a7d054b726d107ad12f6d054dde28c17d67008613f1e5fbd40604b9f531c5b12ecb0ddf337cb4a239f
6
+ metadata.gz: d0f1ce5d10c0ca210c3fe1bbfdb58141fb627cb0741b861c7942e4973c71a9fd47ec54f76fe2da62680f30b712095bcca12a25a7d9066e6e704fa4282c41bf7c
7
+ data.tar.gz: cb27ba9ce9e0b4e824b2407886ff36c0760f32c3ad28617bd81faf9c4ec5970ab3c6e2549e485b065f42aed39f9125ad24b373ab1651597c11c53a5ccaa10289
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.3"
16
+ version = "0.1.5"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
@@ -209,7 +209,7 @@ public class Larges3FileOutputPlugin
209
209
  File file = new File(from.toString());
210
210
  long contentLength = file.length();
211
211
  long partSize = Long.parseLong(this.partSize); // Set part size to 50 MB.
212
-
212
+ log.info("Splitting into {} Byte size parts", partSize);
213
213
  try {
214
214
  // Step 2: Upload parts.
215
215
  long filePosition = 0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-larges3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos
@@ -66,8 +66,8 @@ files:
66
66
  - classpath/ion-java-1.0.2.jar
67
67
  - classpath/httpclient-4.5.2.jar
68
68
  - classpath/commons-codec-1.9.jar
69
+ - classpath/embulk-output-larges3-0.1.5.jar
69
70
  - classpath/aws-java-sdk-s3-1.11.271.jar
70
- - classpath/embulk-output-larges3-0.1.3.jar
71
71
  - classpath/jmespath-java-1.11.271.jar
72
72
  - classpath/jackson-dataformat-cbor-2.6.7.jar
73
73
  - classpath/jackson-databind-2.6.7.1.jar