minio-dotnet icon indicating copy to clipboard operation
minio-dotnet copied to clipboard

Optionally Avoid HEAD Request

Open robertvo opened this issue 1 year ago • 1 comments

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?

robertvo avatar Mar 10 '23 03:03 robertvo

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.

jade-lucas avatar Jan 09 '24 23:01 jade-lucas