Replies: 1 comment
-
For uploading files this large you should be using mutlipart uploads for better reliability and performance |
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
-
I notice that if I try to use the
put_object
API with body that's larger than 2 GiB, the request fails witherror writing a body to connection
.Here's a sketch of the code:
With debug logging enabled, we can see the following (I'm writing the data to a local MinIO instance). The OS is Mac OS Ventura 13.4.1.
What I can see is that this failure happens when the buffer size is greater than 2 GiB. Is this expected?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions