Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我动态创建流,然后我想上传到 minio 存储。但是,PutObjectAsync 需要流的长度,这是未知的,因为流是不可搜索的。有什么解决方法吗?当然,我可以将我的流完全读入内存流并改用它,但由于流的大小(几个千兆位)不是一个选项。