We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335f3c5 commit 7bb852bCopy full SHA for 7bb852b
src/main/java/org/embulk/output/s3/S3FileOutputPlugin.java
@@ -194,7 +194,7 @@ private ClientConfiguration getClientConfiguration(PluginTask task)
194
// set http proxy
195
// backward compatibility
196
if (task.getProxyHost().isPresent()) {
197
- logger.warn("proxy_host is deprecated. use http_proxy.host instead");
+ logger.warn("Configuration with \"proxy_host\" is deprecated. Use \"http_proxy.host\" instead.");
198
if (!task.getHttpProxy().isPresent()) {
199
ConfigMapper configMapper = CONFIG_MAPPER_FACTORY.createConfigMapper();
200
ConfigSource configSource = CONFIG_MAPPER_FACTORY.newConfigSource();
0 commit comments