Hi All,
You were right. There is underlying Minio Sever side code issue which
breaks ths connection sometimes of reader used in copyN resulting in
unexpectedEOF.

On Tue, 8 Jul 2025, 06:30 Kanak Bhatia, <kanakbhati...@gmail.com> wrote:

> Sure. Will share it.
>
> On Tue, 8 Jul 2025, 02:46 'Brian Candler' via golang-nuts, <
> golang-nuts@googlegroups.com> wrote:
>
>> On Monday, 7 July 2025 at 19:14:49 UTC+1 Kanak Bhatia wrote:
>>
>> Its not networked
>>
>> // Read the data back
>> fmt.Println("Fetching object back using GetObject...")
>> r, err := c.GetObject(context.Background(), bucketName, objectName,
>> minio.GetObjectOptions{})
>>
>>
>> minio seems very networked to me. Can you make a standalone Go program
>> which reproduces the issue using local filesystem only? Preferably with
>> minimal third-party dependencies?
>>
>> The process of trimming down your code to achieve this may in itself help
>> to narrow down where the problem lies.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> To view this discussion visit
>> https://groups.google.com/d/msgid/golang-nuts/bd8cdc7b-9e7b-4864-b5d2-39d9af51d812n%40googlegroups.com
>> <https://groups.google.com/d/msgid/golang-nuts/bd8cdc7b-9e7b-4864-b5d2-39d9af51d812n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/CABXaED7nSUzMGUW6oJsbR_hTF4bKoXU2D%2BWxeym0Ut0rYUG2dw%40mail.gmail.com.

Reply via email to