Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
import org.slf4j.LoggerFactory;

/**
* The GCSInputStream leverages native streaming channels from the GCS API for streaming uploads.
* See <a href="https://cloud.google.com/storage/docs/streaming">Streaming Transfers</a>
* The GCSInputStream leverages native streaming channels from the GCS API for streaming downloads.
* See <a href="https://cloud.google.com/storage/docs/streaming-downloads">Streaming downloads</a>
*/
class GCSInputStream extends SeekableInputStream implements RangeReadable {
private static final Logger LOG = LoggerFactory.getLogger(GCSInputStream.class);
Expand Down
Loading