Hello,
I want to read a large block-gzipped object from Google Cloud Storage using noodles, which expects something that implements Read + Seek.
The reason for this is that the object will typically be rather large, so we want to be able to skip to a given position and read a portion of the data without downloading the entire portion at once.
I checked cloud-storage, but could not find a way to get a Read + Seek from it.
Is there a way to get a Read + Seek from a Google Cloud storage object?
Thanks!
Best, Oliver