embulk-input-gcs 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd6526b9295d3611d773366eee2d2f904f0d6433
|
|
4
|
+
data.tar.gz: 0b7f78e4ae8be89815559c355973218d1ae3ecac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dd9dc2413ca0ddce051ae5bad7c44d4444ce6bd17cd7ff65cdb36270fa9c1934b1a25e2f79997aeee71ceb55c18873d3e60350dfc0f07820a8b2f5b8fe2af30
|
|
7
|
+
data.tar.gz: 9b537d2c61d7f580fc448a06504731cf90efb9257763435b1101c19452405b2fc7916b19d38e38f6fc018d93cef4c19468634bf82f29ee89d0fe993c192bab4f
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ embulk run /path/to/config.yml
|
|
|
37
37
|
|
|
38
38
|
- **bucket** Google Cloud Storage bucket name (string, required)
|
|
39
39
|
- **path_prefix** prefix of target keys (string, required)
|
|
40
|
-
- **
|
|
40
|
+
- **service_account_email** Google Cloud Storage service_account_email (string, required)
|
|
41
41
|
- **p12_keyfile_fullpath** fullpath of p12 key (string, required)
|
|
42
42
|
- **application_name** application name anything you like (string, optional)
|
|
43
43
|
|
|
@@ -48,7 +48,7 @@ in:
|
|
|
48
48
|
type: gcs
|
|
49
49
|
bucket: my-gcs-bucket
|
|
50
50
|
path_prefix: logs/csv-
|
|
51
|
-
|
|
51
|
+
service_account_email: ABCXYZ123ABCXYZ123.gserviceaccount.com
|
|
52
52
|
p12_keyfile_path: /path/to/p12_keyfile.p12
|
|
53
53
|
application_name: Anything you like
|
|
54
54
|
```
|
|
@@ -60,7 +60,7 @@ in:
|
|
|
60
60
|
type: gcs
|
|
61
61
|
bucket: my-gcs-bucket
|
|
62
62
|
path_prefix: sample_
|
|
63
|
-
|
|
63
|
+
service_account_email: ABCXYZ123ABCXYZ123.gserviceaccount.com
|
|
64
64
|
p12_keyfile_path: /path/to/p12_keyfile.p12
|
|
65
65
|
application_name: Anything you like
|
|
66
66
|
decoders:
|
data/build.gradle
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-gcs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Satoshi Akama
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- src/test/java/org/embulk/input/gcs/TestGcsFileInputPlugin.java
|
|
59
59
|
- classpath/commons-codec-1.3.jar
|
|
60
60
|
- classpath/commons-logging-1.1.1.jar
|
|
61
|
-
- classpath/embulk-input-gcs-0.1.
|
|
61
|
+
- classpath/embulk-input-gcs-0.1.1.jar
|
|
62
62
|
- classpath/google-api-client-1.19.1.jar
|
|
63
63
|
- classpath/google-api-services-storage-v1-rev27-1.19.1.jar
|
|
64
64
|
- classpath/google-http-client-1.19.0.jar
|