forked from lix-project/lix
jade
9aacf425dc
I don't know why the AWS sdk disabled it by default. It would be nice
to have test coverage of the s3 store or proxies, but neither currently
exist.
Fixes: lix-project/lix#433
Change-Id: If1e76169a3d66dbec2e926af0d0d0eccf983b97b
11 lines
298 B
Markdown
11 lines
298 B
Markdown
---
|
|
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.
|