lix/doc/manual/rl-next/http-proxy-for-s3.md
jade 9aacf425dc fix: use http proxy for s3 access
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
2024-08-23 13:23:33 -07:00

298 B

synopsis issues cls category credits
HTTP proxy environment variables are now respected for S3 binary cache stores
fj#433
1788
Fixes 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.