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
I'm currently working with MinIO and I have a scenario where I'm receiving data from a source that simply copies the data into a stream. From my understanding, when I want to upload this data to MinIO using the SDK, I'm forced to create a temporary intermediary stream (either in-memory or a temp file) before passing it to the MinIO SDK for upload.
However, I would like to make this process more efficient by directly using the underlying HTTP body stream, thereby avoiding the creation of this unnecessary intermediary stream. Is it possible to upload data to MinIO using the original HTTP body stream, or would I need to bypass the SDK and use the raw HTTP API directly?
Any guidance or suggestions on this would be greatly appreciated!
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently working with MinIO and I have a scenario where I'm receiving data from a source that simply copies the data into a stream. From my understanding, when I want to upload this data to MinIO using the SDK, I'm forced to create a temporary intermediary stream (either in-memory or a temp file) before passing it to the MinIO SDK for upload.
However, I would like to make this process more efficient by directly using the underlying HTTP body stream, thereby avoiding the creation of this unnecessary intermediary stream. Is it possible to upload data to MinIO using the original HTTP body stream, or would I need to bypass the SDK and use the raw HTTP API directly?
Any guidance or suggestions on this would be greatly appreciated!
Thank you.
The text was updated successfully, but these errors were encountered: