minio-dotnet
minio-dotnet copied to clipboard
Optionally Avoid HEAD Request
some of us want high performance GET object without the HEAD request. Can you implement an option to eliminate the HEAD request when downloading a file?
Would be beneficial for streaming cases. In our case, we do alot of stream, we grab chucks anywhere from 100kb to 1MB. We see 5 to 10ms latency for HEAD, and another 5 to 10ms for the actual GET request. We could see a noticeable improvement to our applications that use streaming if we could not do the HEAD. I'm sure when App owners are surprised to see all these HEAD requests picked up by their application monitoring tools.