blob: 57b0107dd876c1cd31b6475e442e8b8d61e65ae4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
synopsis: HTTP proxy environment variables are now respected for S3 binary cache stores
issues: [fj#433]
cls: [1788]
category: Fixes
credits: jade
---
Due to "legacy reasons" (according to the AWS C++ SDK docs), the AWS SDK ignores system proxy configuration by default.
We turned it back on.
|