我正在为 Amazon S3 的各种配置进行一些上传速度测试,我注意到一些奇怪的事情。
如果我maxConnections
设置为 4,亚马逊会缓慢上传(这是我所期望的)。但是,如果我将其设置为 2,它会以与设置为 8-16 时相同的速度运行。
<system.net>
<connectionManagement>
<add address="*" maxconnection="2" />
</connectionManagement>
</system.net>
为什么“2”在使用 Amazon S3 时似乎没有任何效果?