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 +4 -4
- data/build.gradle +1 -1
- data/src/main/java/org/embulk/output/Larges3FileOutputPlugin.java +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61acd77d90bfff5a526cf580a14d4b5fd793934c
|
4
|
+
data.tar.gz: b6b3ca7873f6b47e9cb0a40a785a488657818412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0f1ce5d10c0ca210c3fe1bbfdb58141fb627cb0741b861c7942e4973c71a9fd47ec54f76fe2da62680f30b712095bcca12a25a7d9066e6e704fa4282c41bf7c
|
7
|
+
data.tar.gz: cb27ba9ce9e0b4e824b2407886ff36c0760f32c3ad28617bd81faf9c4ec5970ab3c6e2549e485b065f42aed39f9125ad24b373ab1651597c11c53a5ccaa10289
|
data/build.gradle
CHANGED
@@ -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.
|
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
|