Upgrade to the latest dependencies

This commit is contained in:
Artem Bilan
2018-07-27 17:00:16 -04:00
parent 1e1e1acc39
commit 19d11057c2
4 changed files with 11 additions and 6 deletions

View File

@@ -75,4 +75,9 @@ public class S3StreamingMessageSource extends AbstractRemoteFileStreamingMessage
return file;
}
@Override
protected boolean isDirectory(S3ObjectSummary file) {
return false;
}
}