You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a way to get a handle from the store that allows you to treat a blob as a file in a sync context (implement Read and Seek traits) or in a (tokio-flavoured) async context (tokio::io::AsyncSeek and tokio::io::AsyncRead).