README.md in embulk-output-td-0.3.4 vs README.md in embulk-output-td-0.3.5

- old
+ new

@@ -10,11 +10,11 @@ ## Configuration - **apikey**: apikey (string, required) - **endpoint**: hostname (string, default='api.treasuredata.com') -- **http_proxy**: http proxy configuration (tuple of host, port and useSsl, default is null) +- **http_proxy**: http proxy configuration (tuple of host, port, useSsl, user, and password. default is null) - **use_ssl**: the flag (boolean, default=true) - **auto_create_table**: the flag for creating the database and/or the table if they don't exist (boolean, default=true) - **mode**: 'append', 'replace' and 'truncate' (string, default='append') - **database**: database name (string, required) - **table**: table name (string, required) @@ -68,10 +68,10 @@ ```yaml out: type: td apikey: <your apikey> endpoint: api.treasuredata.com - http_proxy: {host: localhost, port: 8080, use_ssl: false} + http_proxy: {host: localhost, port: 8080, use_ssl: false, user: "proxyuser", password: "PASSWORD"} database: my_db table: my_table time_column: created_at ```