get

open suspend override fun <U> get(key: String, block: (InputStream) -> U): U

Fetch the blob as an InputStream, pass it to block.