diff options
author | jade <lix@jade.fyi> | 2024-08-25 19:59:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-08-25 19:59:46 +0000 |
commit | 3bf8819fa2717176c9b3bfc24281b3428c431e71 (patch) | |
tree | 9f9080191ab24c9f4eaeee71147029c891691db9 /doc | |
parent | cae260a15874dab1dfa505a1f11ae98be2f03afd (diff) | |
parent | 7e677d15a4466d19f9d0c471e218ecb38f4ba56e (diff) |
Merge changes Ief8e8ebc,Id3135db0,If1e76169 into main
* changes:
libutil: delete unused boost context cruft
build: remove approximately 400 seconds of CPU time (30%)
fix: use http proxy for s3 access
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/http-proxy-for-s3.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/rl-next/http-proxy-for-s3.md b/doc/manual/rl-next/http-proxy-for-s3.md new file mode 100644 index 000000000..57b0107dd --- /dev/null +++ b/doc/manual/rl-next/http-proxy-for-s3.md @@ -0,0 +1,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. |