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.
我正在使用 AWS SDK .net API 将我的文件上传到 S3 帐户。上传文件时有没有办法控制系统带宽。AWS 是否提供任何用于限制的 API?
尝试使用InputStream你的属性并提供一个像这样PutObjectRequest进行节流的流
InputStream
PutObjectRequest