GeLiang
Results
2
comments of
GeLiang
> @HZ-GeLiang You wanted to initialize an array for one element typeof int - int[1] or new int[1] { 1 } ? Now this get > > > var v1_2...
I'm using Minio version 4.0.0. Use stream to solve the problem ``` var bytes = File.ReadAllBytes(path); using var stream = new MemoryStream(bytes); ..... ```