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 7bb852b commit bda4c1aCopy full SHA for bda4c1a
src/main/java/org/embulk/output/s3/S3FileOutputPlugin.java
@@ -211,7 +211,7 @@ private ClientConfiguration getClientConfiguration(PluginTask task)
211
}
212
213
if (task.getProxyPort().isPresent()) {
214
- logger.warn("proxy_port is deprecated. use http_proxy.port instead");
+ logger.warn("Configuration with \"proxy_port\" is deprecated. Use \"http_proxy.port\" instead.");
215
HttpProxy httpProxy = task.getHttpProxy().get();
216
if (!httpProxy.getPort().isPresent()) {
217
httpProxy.setPort(task.getProxyPort());
0 commit comments