Object store get streaming data? #590
Replies: 2 comments
-
here is an example Line 3413 in d6f4f97 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thnx! I was so focused on the return object I didn't see this option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to put and get large files into the object store that don't fit into memory. From the put signature I can see I can use a
BufferedIOBase
allowing me to stream the data into the store:However it looks like I can't get the data out in a streaming manner:
As you can see the
audio.data
property is of typebytes
and is completely loaded into RAM memory.Beta Was this translation helpful? Give feedback.
All reactions