embulk-output-gcs 0.4.5-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/classpath/api-common-1.1.0.jar +0 -0
- data/classpath/auto-value-1.2.jar +0 -0
- data/classpath/commons-codec-1.3.jar +0 -0
- data/classpath/commons-lang3-3.4.jar +0 -0
- data/classpath/commons-logging-1.1.1.jar +0 -0
- data/classpath/embulk-output-gcs-0.4.5.jar +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.2.jar +0 -0
- data/classpath/gax-1.3.1.jar +0 -0
- data/classpath/google-api-client-1.21.0.jar +0 -0
- data/classpath/google-api-services-storage-v1-rev100-1.22.0.jar +0 -0
- data/classpath/google-auth-library-credentials-0.7.0.jar +0 -0
- data/classpath/google-auth-library-oauth2-http-0.7.0.jar +0 -0
- data/classpath/google-cloud-core-1.2.0.jar +0 -0
- data/classpath/google-cloud-core-http-1.2.0.jar +0 -0
- data/classpath/google-cloud-storage-1.2.0.jar +0 -0
- data/classpath/google-http-client-1.21.0.jar +0 -0
- data/classpath/google-http-client-appengine-1.21.0.jar +0 -0
- data/classpath/google-http-client-jackson-1.21.0.jar +0 -0
- data/classpath/google-http-client-jackson2-1.21.0.jar +0 -0
- data/classpath/google-oauth-client-1.21.0.jar +0 -0
- data/classpath/gson-2.7.jar +0 -0
- data/classpath/guava-18.0.jar +0 -0
- data/classpath/httpclient-4.0.1.jar +0 -0
- data/classpath/httpcore-4.0.1.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-core-asl-1.9.11.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/joda-time-2.9.2.jar +0 -0
- data/classpath/json-20160810.jar +0 -0
- data/classpath/jsr305-3.0.0.jar +0 -0
- data/classpath/proto-google-common-protos-0.1.11.jar +0 -0
- data/classpath/proto-google-iam-v1-0.1.11.jar +0 -0
- data/classpath/protobuf-java-3.2.0.jar +0 -0
- data/classpath/protobuf-java-util-3.2.0.jar +0 -0
- data/classpath/threetenbp-1.3.3.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/output/gcs.rb +3 -0
- metadata +84 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 85f753f4efbcbe731f462aed3e32c503522d4a7fb528f1de5d3a1714a9afa2af
|
4
|
+
data.tar.gz: d29d0b992e9b3741c1c335a5ff15cd55ecd06010ec2e5f03b041d3c062c63109
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5b91ab371489984b5c7d5cc1392d6f2e5ff65615d691e9ca0c8090654085bef92de98ab58c2cd865bc68a20286e4af93b60f07fcebcc6edbedd2ad5f448c430b
|
7
|
+
data.tar.gz: c6b34170ff2428b634eef7782af1b1e93b1587a0a83d508582a3ad062eb480cdb17c0692ff5c948b580606d32947acfbd3e61fef330de5decdcb6cc3ab5c61c0
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-output-gcs
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.4.5
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- Kazuyuki Honda
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Dumps records to Google Cloud Storage.
|
14
|
+
email:
|
15
|
+
- hakobera@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- classpath/api-common-1.1.0.jar
|
21
|
+
- classpath/auto-value-1.2.jar
|
22
|
+
- classpath/commons-codec-1.3.jar
|
23
|
+
- classpath/commons-lang3-3.4.jar
|
24
|
+
- classpath/commons-logging-1.1.1.jar
|
25
|
+
- classpath/embulk-output-gcs-0.4.5.jar
|
26
|
+
- classpath/embulk-util-config-0.3.0.jar
|
27
|
+
- classpath/embulk-util-retryhelper-0.8.2.jar
|
28
|
+
- classpath/gax-1.3.1.jar
|
29
|
+
- classpath/google-api-client-1.21.0.jar
|
30
|
+
- classpath/google-api-services-storage-v1-rev100-1.22.0.jar
|
31
|
+
- classpath/google-auth-library-credentials-0.7.0.jar
|
32
|
+
- classpath/google-auth-library-oauth2-http-0.7.0.jar
|
33
|
+
- classpath/google-cloud-core-1.2.0.jar
|
34
|
+
- classpath/google-cloud-core-http-1.2.0.jar
|
35
|
+
- classpath/google-cloud-storage-1.2.0.jar
|
36
|
+
- classpath/google-http-client-1.21.0.jar
|
37
|
+
- classpath/google-http-client-appengine-1.21.0.jar
|
38
|
+
- classpath/google-http-client-jackson-1.21.0.jar
|
39
|
+
- classpath/google-http-client-jackson2-1.21.0.jar
|
40
|
+
- classpath/google-oauth-client-1.21.0.jar
|
41
|
+
- classpath/gson-2.7.jar
|
42
|
+
- classpath/guava-18.0.jar
|
43
|
+
- classpath/httpclient-4.0.1.jar
|
44
|
+
- classpath/httpcore-4.0.1.jar
|
45
|
+
- classpath/jackson-annotations-2.6.7.jar
|
46
|
+
- classpath/jackson-core-2.6.7.jar
|
47
|
+
- classpath/jackson-core-asl-1.9.11.jar
|
48
|
+
- classpath/jackson-databind-2.6.7.jar
|
49
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
50
|
+
- classpath/joda-time-2.9.2.jar
|
51
|
+
- classpath/json-20160810.jar
|
52
|
+
- classpath/jsr305-3.0.0.jar
|
53
|
+
- classpath/proto-google-common-protos-0.1.11.jar
|
54
|
+
- classpath/proto-google-iam-v1-0.1.11.jar
|
55
|
+
- classpath/protobuf-java-3.2.0.jar
|
56
|
+
- classpath/protobuf-java-util-3.2.0.jar
|
57
|
+
- classpath/threetenbp-1.3.3.jar
|
58
|
+
- classpath/validation-api-1.1.0.Final.jar
|
59
|
+
- lib/embulk/output/gcs.rb
|
60
|
+
homepage: https://github.com/embulk/embulk-output-gcs
|
61
|
+
licenses:
|
62
|
+
- MIT
|
63
|
+
metadata: {}
|
64
|
+
post_install_message:
|
65
|
+
rdoc_options: []
|
66
|
+
require_paths:
|
67
|
+
- lib
|
68
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '0'
|
73
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
requirements: []
|
79
|
+
rubyforge_project:
|
80
|
+
rubygems_version: 2.7.9
|
81
|
+
signing_key:
|
82
|
+
specification_version: 4
|
83
|
+
summary: Google Cloud Storage output plugin for Embulk
|
84
|
+
test_files: []
|