embulk-output-redshift 0.4.3 → 0.4.4

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: a834b3ecaa1647f5a627a28330d9dbc87957e068
4
- data.tar.gz: d4fb2fbb43acf8c088988cbb0675b4a6fc75ab68
3
+ metadata.gz: ac406036b03db205c0998db9dcd01c083285e936
4
+ data.tar.gz: 027b543234271f7cfd5841983d14a16a1e457a73
5
5
  SHA512:
6
- metadata.gz: e4f5fc4818d5b23af08f8f16a89733f056407ccc67587d08b71ad969db4f205edea3d7d90f8ac1ff669bf64fad329a9112228636da2bc0395c394e9aea320913
7
- data.tar.gz: d524eab4e0fd5464a44bdaa5cd0312e7515b066eb3bd17b177b557817ec35f93ccbb61b38f289feea44747b5110a5c395b8908ce7cc92aaee2a5ac13ede0c625
6
+ metadata.gz: b9401546c303ca1508fa67863c51567f700f0e1f906b378a70d2baa4d7c492ede713d73aec132fd6c421664353ec1bbcc7fec57bbe386e85900b96aea7343785
7
+ data.tar.gz: 493ccc5aed42364d519e5c6cef067f2024b0834c8bdb9ae11d97eb324d40b5b7921195fe27a4256acc761b21d408a1264247c4f2c7da9553c1fca3cc11ded850
data/README.md CHANGED
@@ -18,10 +18,10 @@ Redshift output plugins for Embulk loads records to Redshift.
18
18
  - **schema**: destination schema name (string, default: "public")
19
19
  - **table**: destination table name (string, required)
20
20
  - **access_key_id**: access key id for AWS
21
- - **secret_access_key: secret access key for AWS
22
- - **iam_user_name: IAM user name for uploading temporary files to S3. The user should have permissions of `s3:GetObject`, `s3:PutObject`, `s3:ListBucket` and `sts:GetFederationToken`.
23
- - **s3_bucket: S3 bucket name for temporary files
24
- - **s3_key_prefix: S3 key prefix for temporary files (string, default:"")
21
+ - **secret_access_key**: secret access key for AWS
22
+ - **iam_user_name**: IAM user name for uploading temporary files to S3. The user should have permissions of `s3:GetObject`, `s3:PutObject`, `s3:ListBucket` and `sts:GetFederationToken`.
23
+ - **s3_bucket**: S3 bucket name for temporary files
24
+ - **s3_key_prefix**: S3 key prefix for temporary files (string, default:"")
25
25
  - **options**: extra connection properties (hash, default: {})
26
26
  - **mode**: "replace" or "insert" (string, required)
27
27
  - **batch_size**: size of a single batch insert (integer, default: 16777216)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-17 00:00:00.000000000 Z
11
+ date: 2016-01-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -30,9 +30,9 @@ files:
30
30
  - classpath/aws-java-sdk-sts-1.10.33.jar
31
31
  - classpath/commons-codec-1.6.jar
32
32
  - classpath/commons-logging-1.1.3.jar
33
- - classpath/embulk-output-jdbc-0.4.3.jar
34
- - classpath/embulk-output-postgresql-0.4.3.jar
35
- - classpath/embulk-output-redshift-0.4.3.jar
33
+ - classpath/embulk-output-jdbc-0.4.4.jar
34
+ - classpath/embulk-output-postgresql-0.4.4.jar
35
+ - classpath/embulk-output-redshift-0.4.4.jar
36
36
  - classpath/httpclient-4.3.6.jar
37
37
  - classpath/httpcore-4.3.3.jar
38
38
  - classpath/postgresql-9.4-1205-jdbc41.jar