Minio Large File Upload C# SDK
Asked Answered
D

0

8

What is the best practice for uploading large files with Minio C# .Net Core SDK? There is no method I could find to upload chunked files. Only thing I could find is PutObjectAsync method and it uploads files above 5mb in parts. But what about a stream I send over HTTP Post?

Domain answered 21/5, 2018 at 16:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.