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.
2 parents 412f7f1 + b338fcd commit 280c5d1Copy full SHA for 280c5d1
src/main/java/org/embulk/input/sftp/SingleFileProvider.java
@@ -55,7 +55,7 @@ public InputStreamWithHints call() throws FileSystemException
55
{
56
FileObject file = manager.resolveFile(key, fsOptions);
57
return new InputStreamWithHints(
58
- file.getContent().getInputStream(), key);
+ file.getContent().getInputStream(), file.getPublicURIString());
59
}
60
61
@Override
0 commit comments