aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-08-25 19:59:46 +0000
committerGerrit Code Review <gerrit@localhost>2024-08-25 19:59:46 +0000
commit3bf8819fa2717176c9b3bfc24281b3428c431e71 (patch)
tree9f9080191ab24c9f4eaeee71147029c891691db9 /doc/manual/rl-next
parentcae260a15874dab1dfa505a1f11ae98be2f03afd (diff)
parent7e677d15a4466d19f9d0c471e218ecb38f4ba56e (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/manual/rl-next')
-rw-r--r--doc/manual/rl-next/http-proxy-for-s3.md10
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.