Here is a code to download File from Google Cloud Storage:
@Override public void write(OutputStream outputStream) throws IOException { try { LOG.
Another (convenient) way to stream a file from Google Cloud Storage, with google-cloud-nio:
Path path = Paths.get(URI.create("gs://bucket/file.csv")); InputStream in = Files.newInputStream(path);