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.

Reply via email to