Gene Zhang
Results
23
comments of
Gene Zhang
I have the same problem even with no SSL for my local testing. ``` fw, err := mins.NewS3FileWriterWithClient(ctx, minioClient, bucketName, objectName) ``` It hang and never returned... And `minioClient` works...
Could someone help to merge this PR as the issue is encountered also here... Thanks!
There is a way to work around to see if it fits your need. Here is how we did it to read from any offset: 1. Get the first and...